v0.5.163: полосатость ярче
This commit is contained in:
+1
-1
@@ -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": {
|
||||||
|
|||||||
@@ -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
@@ -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; }
|
||||||
|
|||||||
Reference in New Issue
Block a user