v0.5.177: sticky header таблицы
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ipwhitelist",
|
||||
"version": "0.5.176",
|
||||
"version": "0.5.177",
|
||||
"description": "IP WhiteList microservice for cloud provider",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
// ═══════════════════════════════════════════════════════════════════════════════
|
||||
|
||||
module.exports = {
|
||||
version: '0.5.176',
|
||||
version: '0.5.177',
|
||||
|
||||
// ── IAM ──────────────────────────────────────────────────────────────────
|
||||
iamUrl: process.env.V2_IAM_URL || 'https://auth-api.ngcloud.ru/api/v1/auth/user',
|
||||
|
||||
@@ -80,6 +80,7 @@
|
||||
background: var(--grey-light); color: var(--muted);
|
||||
font-weight: 500; font-size: .8rem; text-transform: uppercase; letter-spacing: .5px;
|
||||
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; }
|
||||
td {
|
||||
|
||||
Reference in New Issue
Block a user