v0.5.163: полосатость ярче

This commit is contained in:
2026-06-22 15:08:15 +04:00
parent 7049b5aaa9
commit 9e6e22fadc
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "ipwhitelist", "name": "ipwhitelist",
"version": "0.5.162", "version": "0.5.163",
"description": "IP WhiteList microservice for cloud provider", "description": "IP WhiteList microservice for cloud provider",
"main": "server.js", "main": "server.js",
"scripts": { "scripts": {
+1 -1
View File
@@ -8,7 +8,7 @@
// ═══════════════════════════════════════════════════════════════════════════════ // ═══════════════════════════════════════════════════════════════════════════════
module.exports = { module.exports = {
version: '0.5.149', version: '0.5.163',
// ── IAM ────────────────────────────────────────────────────────────────── // ── IAM ──────────────────────────────────────────────────────────────────
iamUrl: process.env.V2_IAM_URL || 'https://auth-api.ngcloud.ru/api/v1/auth/user', iamUrl: process.env.V2_IAM_URL || 'https://auth-api.ngcloud.ru/api/v1/auth/user',
+2 -2
View File
@@ -88,8 +88,8 @@
} }
td:last-child { border-right: none; } td:last-child { border-right: none; }
tr:last-child td { border-bottom: none; } tr:last-child td { border-bottom: none; }
tr:nth-child(even) td { background: #fafbfc; } tr:nth-child(even) td { background: #f1f5f9; }
tr:nth-child(even):hover td { background: #f1f5f9; } tr:nth-child(even):hover td { background: #e2e8f0; }
tr:hover td { background: #f8fafc; } tr:hover td { background: #f8fafc; }
code { background: #f1f5f9; padding: .15rem .4rem; border-radius: 3px; font-size: .9em; } code { background: #f1f5f9; padding: .15rem .4rem; border-radius: 3px; font-size: .9em; }
.empty { text-align: center; color: var(--muted); padding: 2rem; } .empty { text-align: center; color: var(--muted); padding: 2rem; }