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.vue3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/views/Overview/OverviewQuickLinks.vue b/src/views/Overview/OverviewQuickLinks.vue
index 7e2602e1..9392c56c 100644
--- a/src/views/Overview/OverviewQuickLinks.vue
+++ b/src/views/Overview/OverviewQuickLinks.vue
@@ -41,7 +41,7 @@
</div>
<div>
<b-button
- to="/control/serial-over-lan"
+ to="/operations/serial-over-lan"
variant="secondary"
data-test-id="overviewQuickLinks-button-solConsole"
class="d-flex justify-content-between align-items-center"
@@ -91,7 +91,6 @@ export default {
'serverLed/saveIndicatorLedActiveState',
indicatorLedActiveState
)
- .then((message) => this.successToast(message))
.catch(({ message }) => this.errorToast(message));
},
},