File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed
scripts/components/dashboard Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change 11<template >
22 <div class =" server-card animated-fade-in hover:shadow-md" >
3- <div class =" content h-32 relative" :class =" {
4- 'is-online': status === 'online',
5- 'is-offline': status === 'offline'
6- }" >
3+ <div class =" content h-32 relative" >
74 <router-link :to =" link" >
85 <h2 class =" text-xl flex flex-row items-center mb-2" >
96 <div class =" identifier-icon select-none" :class =" {
Original file line number Diff line number Diff line change @@ -82,14 +82,6 @@ code {
8282 & > .content {
8383 @apply .border .border-grey-light .bg-white .no-underline .block .text-black .p-4 ;
8484 bor der- to p: 4px solid config('colors.grey-light' ) !important ;
85-
86- & .is-online {
87- border-top-color : config ('colors.green' ) !important ;
88- }
89-
90- & .is-offline {
91- border-top-color : config ('colors.red' ) !important ;
92- }
9385 }
9486
9587 & > .footer {
You can’t perform that action at this time.
0 commit comments