Moved the Agents into their own repo. Kept the agent.pl just for reference

This commit is contained in:
Frank Harris 2025-09-11 13:27:32 -04:00
parent 22381be29a
commit 8680a02b13
18132 changed files with 0 additions and 2569420 deletions

View file

@ -1,47 +0,0 @@
.content-wrapper .log .table:first-of-type {
margin-bottom: 0px;
}
.content-wrapper .log b table {
width: 100%;
}
.content-wrapper .log b table td:not(:last-of-type){
width: 60px !important;
text-align: center;
}
.content-wrapper input.form-control:not([name="command"]) {
width: 46px;
min-width: 46px;
}
.content-wrapper [id^="refreshed"] td:not(:last-of-type) {
width: 58px;
min-width: 58px;
}
.content-wrapper select[name="action"] {
width: auto;
}
.content-wrapper .log {
padding: 0px;
}
.content-wrapper .center td:not(:nth-last-child(1)):not(:nth-last-child(2)) {
width: 1px;
}
/* table responsive */
.content-wrapper [id^="refreshed"] {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.content-wrapper select[name="homeid_ip_port"],
.content-wrapper input[name="command"] {
min-width: 200px;
}