Updated UI to use patternfly
* Removed unused css files * Converted all UI elements to patternfly 4 * Implemented config page under same app * Replaced slider with patternfly `Progress` component
This commit is contained in:
parent
46ad9834b3
commit
aa63c3871c
21 changed files with 1612 additions and 2381 deletions
|
|
@ -37,7 +37,7 @@
|
|||
|
||||
#input-textarea {
|
||||
width: 100%;
|
||||
heigth: 100%;
|
||||
height: 100%;
|
||||
font-family: monospace;
|
||||
resize: none;
|
||||
}
|
||||
|
|
@ -74,3 +74,15 @@
|
|||
.session_time {
|
||||
margin-right:5px;
|
||||
}
|
||||
|
||||
.pf-c-progress__indicator:after {
|
||||
content: "";
|
||||
position: relative;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
border-radius: 10px;
|
||||
background-color: var(--pf-c-progress__indicator--BackgroundColor);
|
||||
top: -2px;
|
||||
left: 10px;
|
||||
float: right;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue