Merge branch 'ent-3614-Vista-de-Servicios' into 'develop'
New styles for Services table view - #3614 See merge request artica/pandorafms!2468
BIN
pandora_console/images/groups_small_white/application_osx.png
Normal file
After ![]() (image error) Size: 241 B |
After ![]() (image error) Size: 274 B |
BIN
pandora_console/images/groups_small_white/applications.png
Normal file
After ![]() (image error) Size: 371 B |
BIN
pandora_console/images/groups_small_white/bricks.png
Normal file
After ![]() (image error) Size: 460 B |
BIN
pandora_console/images/groups_small_white/chart_organisation.png
Normal file
After ![]() (image error) Size: 403 B |
BIN
pandora_console/images/groups_small_white/clock.png
Normal file
After ![]() (image error) Size: 529 B |
BIN
pandora_console/images/groups_small_white/computer.png
Normal file
After ![]() (image error) Size: 309 B |
BIN
pandora_console/images/groups_small_white/database.png
Normal file
After ![]() (image error) Size: 363 B |
BIN
pandora_console/images/groups_small_white/database_gear.png
Normal file
After ![]() (image error) Size: 362 B |
BIN
pandora_console/images/groups_small_white/drive_network.png
Normal file
After ![]() (image error) Size: 437 B |
BIN
pandora_console/images/groups_small_white/email.png
Normal file
After ![]() (image error) Size: 331 B |
BIN
pandora_console/images/groups_small_white/eye.png
Normal file
After ![]() (image error) Size: 396 B |
BIN
pandora_console/images/groups_small_white/firewall.png
Normal file
After ![]() (image error) Size: 391 B |
BIN
pandora_console/images/groups_small_white/heart.png
Normal file
After ![]() (image error) Size: 340 B |
BIN
pandora_console/images/groups_small_white/house.png
Normal file
After ![]() (image error) Size: 349 B |
BIN
pandora_console/images/groups_small_white/images.png
Normal file
After ![]() (image error) Size: 444 B |
BIN
pandora_console/images/groups_small_white/lightning.png
Normal file
After ![]() (image error) Size: 281 B |
BIN
pandora_console/images/groups_small_white/lock.png
Normal file
After ![]() (image error) Size: 424 B |
BIN
pandora_console/images/groups_small_white/network.png
Normal file
After ![]() (image error) Size: 382 B |
BIN
pandora_console/images/groups_small_white/plugin.png
Normal file
After ![]() (image error) Size: 382 B |
BIN
pandora_console/images/groups_small_white/printer.png
Normal file
After ![]() (image error) Size: 347 B |
BIN
pandora_console/images/groups_small_white/server_database.png
Normal file
After ![]() (image error) Size: 429 B |
BIN
pandora_console/images/groups_small_white/transmit.png
Normal file
After ![]() (image error) Size: 447 B |
BIN
pandora_console/images/groups_small_white/without_group.png
Normal file
After ![]() (image error) Size: 335 B |
BIN
pandora_console/images/groups_small_white/world.png
Normal file
After ![]() (image error) Size: 450 B |
@ -6096,3 +6096,30 @@ div#status_pie {
|
||||
.white_table_no_border {
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
/*
|
||||
* ---------------------------------------------------------------------
|
||||
* - SERVICES TABLE VIEW
|
||||
* ---------------------------------------------------------------------
|
||||
*/
|
||||
#table_services {
|
||||
display: grid;
|
||||
grid-gap: 20px;
|
||||
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
|
||||
grid-template-rows: 1fr;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.table_services_item_link {
|
||||
font-size: 16px;
|
||||
display: grid;
|
||||
min-height: 80px;
|
||||
box-sizing: border-box;
|
||||
padding: 10px 10px 10px 0;
|
||||
}
|
||||
|
||||
.table_services_item {
|
||||
display: grid;
|
||||
align-items: center;
|
||||
grid-template-columns: 50px auto;
|
||||
}
|
||||
|