yest some more cleanup
This commit is contained in:
Родитель
79997bd1d3
Коммит
5b79a02ac3
|
@ -1,5 +0,0 @@
|
|||
/***********************************************************
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License
|
||||
**********************************************************/
|
||||
export const PROTO_DECODER_FILE = 'decoder.proto';
|
|
@ -10,17 +10,13 @@
|
|||
@include themify($themes) {
|
||||
border-top: 1px solid themed('contrastBorder');
|
||||
}
|
||||
|
||||
margin-left: 15px;
|
||||
|
||||
.device-events-content {
|
||||
@include themify($themes) {
|
||||
border-bottom: 1px solid themed('contrastBorder');
|
||||
}
|
||||
|
||||
padding: 0 25px;
|
||||
width: 100%;
|
||||
|
||||
pre {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
@ -30,7 +26,6 @@
|
|||
.consumer-group-label {
|
||||
font-weight: 600;
|
||||
font-size: 14px;
|
||||
|
||||
@include themify($themes) {
|
||||
color: themed('textColor');
|
||||
}
|
||||
|
@ -40,18 +35,15 @@
|
|||
display: grid;
|
||||
padding-left: 24px;
|
||||
padding-bottom: 10px;
|
||||
|
||||
@include themify($themes) {
|
||||
color: themed('textColor');
|
||||
}
|
||||
|
||||
width: 85%;
|
||||
}
|
||||
|
||||
.custom-event-hub-label {
|
||||
font-weight: 600;
|
||||
font-size: 14px;
|
||||
|
||||
@include themify($themes) {
|
||||
color: themed('textColor');
|
||||
}
|
||||
|
@ -63,7 +55,6 @@
|
|||
@include themify($themes) {
|
||||
color: themed('errorText');
|
||||
}
|
||||
|
||||
padding-top: 10px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
@ -74,15 +65,12 @@
|
|||
@include themify($themes) {
|
||||
background-color: themed('backgroundColor');
|
||||
}
|
||||
|
||||
.list-header {
|
||||
font-weight: bold;
|
||||
border-bottom: 1px solid;
|
||||
|
||||
@include themify($themes) {
|
||||
border-bottom-color: themed('borderColor');
|
||||
}
|
||||
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
}
|
||||
|
@ -91,7 +79,6 @@
|
|||
overflow: auto;
|
||||
width: 100%;
|
||||
border-bottom: 1px solid;
|
||||
|
||||
@include themify($themes) {
|
||||
border-bottom-color: themed('borderColor');
|
||||
}
|
||||
|
@ -107,14 +94,11 @@
|
|||
display: grid;
|
||||
padding-left: 24px;
|
||||
padding-bottom: 10px;
|
||||
|
||||
@include themify($themes) {
|
||||
color: themed('textColor');
|
||||
}
|
||||
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
width: 100%;
|
||||
}
|
||||
}
|
|
@ -5,7 +5,7 @@
|
|||
import * as React from 'react';
|
||||
import { parse, Type } from 'protobufjs';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
import { Spinner, SpinnerSize, Label, Stack, MessageBarType, MessageBar, DefaultButton, Dialog, DialogFooter, PrimaryButton, TextField } from '@fluentui/react';
|
||||
import { Spinner, SpinnerSize, Label, Stack, MessageBarType, MessageBar, PrimaryButton, TextField } from '@fluentui/react';
|
||||
import { useLocation } from 'react-router-dom';
|
||||
import { ResourceKeys } from '../../../../localization/resourceKeys';
|
||||
import { Message, MESSAGE_SYSTEM_PROPERTIES, MESSAGE_PROPERTIES, IOTHUB_MESSAGE_SOURCE_TELEMETRY } from '../../../api/models/messages';
|
||||
|
|
Загрузка…
Ссылка в новой задаче