diff --git a/dashboard/src/style.css b/dashboard/src/style.css index 673aabbeb..e08320d49 100644 --- a/dashboard/src/style.css +++ b/dashboard/src/style.css @@ -168,6 +168,10 @@ tr:hover .table-actions { font-size: 12px; } +.text-muted { + opacity: 0.5; +} + .warning-label { margin-top: 6px; color: #8a6d3b; diff --git a/dashboard/src/views/ActivationView.vue b/dashboard/src/views/ActivationView.vue index 12a6ab022..bb72ec2bf 100644 --- a/dashboard/src/views/ActivationView.vue +++ b/dashboard/src/views/ActivationView.vue @@ -86,7 +86,6 @@ onMounted(async () => {