mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-21 13:25:17 +02:00
Adding alternative implementation for Device List.
Still slow so disabled by default, but at least it has dynamic columns.
This commit is contained in:
@@ -122,12 +122,12 @@ ul.devices-icon-view .device-is-busy .device-photo-small img {
|
||||
.stf-device-list .device-small-image {
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
.stf-device-list .device-small-image img {
|
||||
height: 20px;
|
||||
min-width: 10px;
|
||||
}
|
||||
|
||||
|
||||
.device-list-active-tabs.ng-enter {
|
||||
-webkit-transition: 250ms;
|
||||
transition: 250ms;
|
||||
@@ -154,7 +154,6 @@ ul.devices-icon-view .device-is-busy .device-photo-small img {
|
||||
height: 17px !important;
|
||||
}
|
||||
|
||||
|
||||
.stf-stats-container .fa {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
@@ -170,3 +169,13 @@ ul.devices-icon-view .device-is-busy .device-photo-small img {
|
||||
.stf-stats-container.ng-enter-active {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.device-list-details-content .stf-device-details-customize {
|
||||
white-space: nowrap;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.device-list-details-content {
|
||||
min-height: 300px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user