From 6facd12596ec8b55bab4be04b473de65e1f22018 Mon Sep 17 00:00:00 2001 From: Maksim Zakharov Date: Tue, 24 May 2022 09:43:34 +0300 Subject: Add depend: highcarts. Pages: power, analytical motherboard, memory, fans, event logs, Fix styles, add global components. --- .../SystemDescription/Network/SystemNetwork.vue | 29 ++-------------------- 1 file changed, 2 insertions(+), 27 deletions(-) (limited to 'src/views/SystemDescription/Network/SystemNetwork.vue') diff --git a/src/views/SystemDescription/Network/SystemNetwork.vue b/src/views/SystemDescription/Network/SystemNetwork.vue index 4cf264cf4..17b487942 100644 --- a/src/views/SystemDescription/Network/SystemNetwork.vue +++ b/src/views/SystemDescription/Network/SystemNetwork.vue @@ -10,7 +10,7 @@ {{ $t('SystemDescription.title.Ipv4Settings') }} @@ -29,7 +29,7 @@ {{ $t('SystemDescription.title.Ipv6Settings') }} @@ -43,7 +43,6 @@ - @@ -85,23 +84,6 @@ export default { padding: 0; } -.server-info-collapse__button { - height: 56px; - width: 100%; - padding: 0 0 0 2rem; - margin: 0; - display: flex; - flex-flow: row nowrap; - justify-content: flex-start; - &:active, - &:focus { - box-shadow: none; - } - &:hover { - color: $text-primary; - } -} - .nav-item { list-style-type: none; } @@ -117,11 +99,4 @@ a { background-color: none; margin: 0 20px 0 auto; } - -.custom-checkbox ::before { - box-shadow: none !important; - border: 2px solid rgba(4, 10, 15, 0.6); - background-color: #fff; - border-radius: 3px; -} -- cgit v1.2.3