mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
feat(ui): new dashboard view (#75)
This commit is contained in:
parent
00b2c92e39
commit
c8a5b82c89
4 changed files with 206 additions and 98 deletions
|
@ -165,3 +165,15 @@ input[type="radio"] {
|
|||
.clickable {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.text-icon {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.green-icon {
|
||||
color: #23ae89;
|
||||
}
|
||||
|
||||
.red-icon {
|
||||
color: #ae2323;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue