v0.5.177: sticky header таблицы
This commit is contained in:
+1
-1
@@ -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": {
|
||||||
|
|||||||
@@ -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',
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user