summaryrefslogtreecommitdiff
path: root/src/components/Global/SilaComponents/InventoryControlSystem.vue
diff options
context:
space:
mode:
authorMaksim Zakharov <m.zakharov@IBS.RU>2022-05-24 10:04:19 +0300
committerMaksim Zakharov <m.zakharov@IBS.RU>2022-05-24 10:04:19 +0300
commitc4d70da69a3c86f8c07ccdb0f09b755dd99b2155 (patch)
treefb8579325d609699395e9550eaa803222a321fd6 /src/components/Global/SilaComponents/InventoryControlSystem.vue
parent6facd12596ec8b55bab4be04b473de65e1f22018 (diff)
downloadwebui-vue-c4d70da69a3c86f8c07ccdb0f09b755dd99b2155.tar.xz
Add global popovers. Add pages: pci, adapters, raid, drivers, virtual drivers. Fix: analytical pannel, bmc-settings popovers. fix global styles
Diffstat (limited to 'src/components/Global/SilaComponents/InventoryControlSystem.vue')
-rw-r--r--src/components/Global/SilaComponents/InventoryControlSystem.vue9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/components/Global/SilaComponents/InventoryControlSystem.vue b/src/components/Global/SilaComponents/InventoryControlSystem.vue
index 9760f24f..de5432e1 100644
--- a/src/components/Global/SilaComponents/InventoryControlSystem.vue
+++ b/src/components/Global/SilaComponents/InventoryControlSystem.vue
@@ -19,10 +19,7 @@
popup="SystemDescription.ReloadServer_popup"
/>
<div>
- <span
- class="regular-12px underline pointer"
- @click="redirectConsole"
- >
+ <span class="regular-12px underline" @click="redirectConsole">
{{ $t('SystemDescription.ConnectToDesktop') }}
</span>
</div>
@@ -151,10 +148,6 @@ a {
list-style-type: none;
}
-.pointer {
- cursor: pointer;
-}
-
.system-control-section {
position: relative;
margin: 16px 2rem 2rem !important;