
According to decisions that Magnum becomes COE Management Service, Magnum-UI should remove Container panel and actions that is for Docker Swarm container manipulations. This patch removes following items. - Container views (table and detail) - Container actions (create and delete) - Create Container action from bay table view and bay detail view Change-Id: Ia18e9fa57e0460b9b1a8b473a005d31cb4acc5ca Implements: blueprint remove-container-panel
10 lines
162 B
SCSS
10 lines
162 B
SCSS
@import "baymodels/baymodels";
|
|
@import "bays/bays";
|
|
|
|
.table > thead > .action-row > th > actions {
|
|
float: right;
|
|
action-list {
|
|
padding-left: 0.3em;
|
|
}
|
|
}
|