added RateLimitRule.Audience field

This commit is contained in:
Gani Georgiev
2024-11-08 18:04:13 +02:00
parent 0e56521e8a
commit f6aef4471d
37 changed files with 387 additions and 141 deletions
+9 -5
View File
@@ -58,17 +58,21 @@
}
// cols
.col-tag {
width: 50%;
.col-label {
width: 60%;
}
.col-requests,
.col-burst {
width: 25%;
.col-duration {
width: 15%;
}
.col-audience {
width: 1px;
min-width: 120px;
white-space: nowrap;
}
.col-action {
width: 1px;
min-width: 0;
white-space: nowrap;
padding: 0 5px !important;
}
}