diff --git a/src/views/dashboard/graphs/InstanceList.vue b/src/views/dashboard/graphs/InstanceList.vue index d04d47ff..2e3b68cc 100644 --- a/src/views/dashboard/graphs/InstanceList.vue +++ b/src/views/dashboard/graphs/InstanceList.vue @@ -294,4 +294,8 @@ limitations under the License. --> max-height: 400px; overflow: auto; } + + .link { + color: $active-color; + }