mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 05:45:22 +02:00
refactor(containers): replace containers datatable with react component [EE-1815] (#6059)
This commit is contained in:
parent
65821aaccc
commit
07e7fbd270
80 changed files with 3614 additions and 1084 deletions
|
@ -82,6 +82,13 @@ input[type='checkbox'] {
|
|||
margin-top: -1px;
|
||||
}
|
||||
|
||||
.md-checkbox input[type='checkbox']:indeterminate + label:before {
|
||||
content: '-';
|
||||
align-content: center;
|
||||
line-height: 16px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
a[ng-click] {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
@ -885,3 +892,7 @@ json-tree .branch-preview {
|
|||
word-break: break-all;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.space-x-1 {
|
||||
margin-left: 0.25rem;
|
||||
}
|
||||
|
|
|
@ -13,6 +13,7 @@ import 'angular-loading-bar/build/loading-bar.css';
|
|||
import 'angular-moment-picker/dist/angular-moment-picker.min.css';
|
||||
import 'angular-multiselect/isteven-multi-select.css';
|
||||
import 'spinkit/spinkit.min.css';
|
||||
import '@reach/menu-button/styles.css';
|
||||
|
||||
import './rdash.css';
|
||||
import './app.css';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue