summaryrefslogtreecommitdiff
path: root/src/components/Global/SilaComponents/InventoryControlSystem.vue
diff options
context:
space:
mode:
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;