This commit is contained in:
Kameron Kenny 2024-12-30 17:16:04 -05:00
parent 160ddd9f59
commit 1be3f7a932
3 changed files with 20 additions and 20 deletions

View File

@ -12,7 +12,7 @@ services:
build:
dockerfile: Dockerfile
container_name: nagios
image: docker-registry1.in.thelinuxpro.net:5000/tlp/nagios:241230.0.14
image: docker-registry1.in.thelinuxpro.net:5000/tlp/nagios:241230.0.15
networks:
infra_dev_net:
ipv4_address: 10.99.23.36

View File

@ -10,8 +10,8 @@
TABLE.status { font-size: 9pt; padding: 2; }
TH.status { font-size: 9pt; text-align: left; padding: 0 3px 0 3px; border-bottom: 1px solid #777777; color: #333333; }
DIV.status { font-size: 10pt; text-align: center; }
.statusOdd { font-size: 9pt; background-color: #e7e7e7; }
.statusEven { font-size: 9pt; background-color: #f4f2f2; }
.statusOdd { font-size: 9pt; background-color: #191919; }
.statusEven { font-size: 9pt; background-color: #363636; }
.statusPENDING { font-size: 9pt; background-color: var(--color-pending); }
.statusOK { font-size: 9pt; background-color: var(--color-ok); }

View File

@ -13,8 +13,8 @@ table.status { font-size: 9pt; padding: 0 0 10 0; }
table.statuss td, table.statuss td a { color: var(--color-alt-text) }
th.status { font-size: 9pt; text-align: left; padding: 0 3px 0 3px; border-bottom: 1px solid #777777; color: #333333; }
div.status { font-size: 10pt; text-align: center; }
.statusOdd { font-size: 9pt; background-color: var(--color-medium-grey); line-height: 150%; padding: 0 4 0 4; }
.statusEven { font-size: 9pt; background-color: var(--charcoal-gray); line-height: 150%; padding: 0 4 0 4; }
.statusOdd { font-size: 9pt; background-color: #363636; line-height: 150%; padding: 0 4 0 4; }
.statusEven { font-size: 9pt; background-color: #191919; line-height: 150%; padding: 0 4 0 4; }
.statusOdd, .statusOdd a, .statusEven, .statusEven a { color: var(--color-main-text); }