summaryrefslogtreecommitdiff
path: root/src/views/Overview/OverviewQuickLinks.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/Overview/OverviewQuickLinks.vue')
-rw-r--r--src/views/Overview/OverviewQuickLinks.vue9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/views/Overview/OverviewQuickLinks.vue b/src/views/Overview/OverviewQuickLinks.vue
index 09e5a00f..b964795b 100644
--- a/src/views/Overview/OverviewQuickLinks.vue
+++ b/src/views/Overview/OverviewQuickLinks.vue
@@ -16,6 +16,7 @@
<dd>
<b-form-checkbox
v-model="serverLedChecked"
+ data-test-id="overviewQuickLinks-checkbox-serverLed"
name="check-button"
switch
>
@@ -26,10 +27,10 @@
</dl>
</div>
<div>
- <!-- TODO: link to network settings -->
<b-button
- href="#"
+ to="/configuration/network-settings"
variant="secondary"
+ data-test-id="overviewQuickLinks-button-networkSettings"
class="d-flex justify-content-between align-items-center"
>
<span>{{ $t('pageOverview.quicklinks.editNetworkSettings') }}</span>
@@ -37,10 +38,10 @@
</b-button>
</div>
<div>
- <!-- TODO: link to SOL -->
<b-button
- href="#"
+ to="/control/serial-over-lan"
variant="secondary"
+ data-test-id="overviewQuickLinks-button-solConsole"
class="d-flex justify-content-between align-items-center"
>
<span>{{ $t('pageOverview.quicklinks.solConsole') }}</span>