Use liveness to control command button color.
This commit is contained in:
@@ -42,15 +42,11 @@ hostname, lastReport, uptime, timestamp, volumeID, reboot {
|
|||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
instanceSection.live hostname {
|
|
||||||
color: #3299bb;
|
|
||||||
}
|
|
||||||
|
|
||||||
volumeID {
|
volumeID {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
reboot {
|
instanceSection.live reboot {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: #3299bb;
|
color: #3299bb;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user