Show a warning in the superuser panel if a container restart is required, and provide a button to do so. This change also moves the restart and monitoring code into a service
This commit is contained in:
parent
c88d97cf8b
commit
6a0158d361
5 changed files with 164 additions and 47 deletions
|
@ -4955,3 +4955,24 @@ i.slack-icon {
|
|||
margin-bottom: 20px;
|
||||
padding-left: 22px;
|
||||
}
|
||||
|
||||
.restart-required {
|
||||
position: relative;
|
||||
padding-left: 54px;
|
||||
}
|
||||
|
||||
.restart-required button {
|
||||
float: right;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.restart-required button i.fa {
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
.restart-required i.fa-warning {
|
||||
position: absolute;
|
||||
top: 24px;
|
||||
left: 16px;
|
||||
font-size: 28px;
|
||||
}
|
||||
|
|
Reference in a new issue