v0.5.177: sticky header таблицы

This commit is contained in:
2026-06-22 19:51:40 +04:00
parent cf2e703d54
commit d8f8c00f30
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "ipwhitelist", "name": "ipwhitelist",
"version": "0.5.176", "version": "0.5.177",
"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.176', version: '0.5.177',
// ── 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',
+1
View File
@@ -80,6 +80,7 @@
background: var(--grey-light); color: var(--muted); background: var(--grey-light); color: var(--muted);
font-weight: 500; font-size: .8rem; text-transform: uppercase; letter-spacing: .5px; font-weight: 500; font-size: .8rem; text-transform: uppercase; letter-spacing: .5px;
border-bottom: 1px solid var(--border); border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); border-right: 1px solid var(--border);
position: sticky; top: 0; z-index: 1;
} }
th:last-child { border-right: none; } th:last-child { border-right: none; }
td { td {