From 6bff095a6703c1c89752992bdc037714573f2e34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Mon, 15 Jun 2026 14:17:40 +0400 Subject: [PATCH] =?UTF-8?q?v0.5.110:=20inline-=D1=80=D0=B5=D0=B4=D0=B0?= =?UTF-8?q?=D0=BA=D1=82=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5=20?= =?UTF-8?q?=D1=87=D0=B5=D1=80=D0=B5=D0=B7=20=D0=BF=D1=80=D0=BE=D1=81=D1=82?= =?UTF-8?q?=D1=8B=D0=B5=20=D1=84=D0=BE=D1=80=D0=BC=D1=8B,=20=D0=B1=D0=B5?= =?UTF-8?q?=D0=B7=20JS=20innerHTML?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- v2/src/config/index.js | 2 +- views/v2/user.ejs | 64 ++++++------------------------------------ 3 files changed, 11 insertions(+), 57 deletions(-) diff --git a/package.json b/package.json index 25061b1..439c090 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipwhitelist", - "version": "0.5.109", + "version": "0.5.110", "description": "IP WhiteList microservice for cloud provider", "main": "server.js", "scripts": { diff --git a/v2/src/config/index.js b/v2/src/config/index.js index a7acdfe..a7dc3d7 100644 --- a/v2/src/config/index.js +++ b/v2/src/config/index.js @@ -9,7 +9,7 @@ // ═══════════════════════════════════════════════════════════════════════════════ module.exports = { - version: '0.5.109', + version: '0.5.110', // ── IAM ────────────────────────────────────────────────────────────────── iamUrl: process.env.V2_IAM_URL || 'https://auth-api.ngcloud.ru/api/v1/auth/user', diff --git a/views/v2/user.ejs b/views/v2/user.ejs index 6c86364..11af65a 100644 --- a/views/v2/user.ejs +++ b/views/v2/user.ejs @@ -220,14 +220,18 @@ <% entries.forEach(function(e) { %> - - <%= e.value_cidr %><% if (e.deleted_at) { %> удалена<% } %> - <%= e.comment || '—' %> + + <%= e.value_cidr %><% if (e.deleted_at) { %> удалена<% } %> + <%= e.comment || '—' %> <%= e.created_by %> <%= new Date(e.created_at).toLocaleString('ru') %> - + <% if (!e.deleted_at) { %> - +
+ + + +
@@ -243,56 +247,6 @@ - -