From 795a41496f65cf686a9343a727f5a287ea8b7b56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Tue, 16 Jun 2026 05:11:26 +0400 Subject: [PATCH] =?UTF-8?q?v0.5.139:=20=D1=88=D0=B8=D1=80=D0=B8=D0=BD?= =?UTF-8?q?=D0=B0=20=D1=81=D1=82=D0=BE=D0=BB=D0=B1=D1=86=D0=BE=D0=B2=20?= =?UTF-8?q?=E2=80=94=20CIDR=20=D0=BC=D0=B8=D0=BD,=20=D0=BA=D0=BE=D0=BC?= =?UTF-8?q?=D0=BC=D0=B5=D0=BD=D1=82=D0=B0=D1=80=D0=B8=D0=B9=20=D1=88=D0=B8?= =?UTF-8?q?=D1=80=D0=BE=D0=BA=D0=B8=D0=B9?= 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 | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 6882f3d..49865a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipwhitelist", - "version": "0.5.138", + "version": "0.5.139", "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 8c73484..9f26663 100644 --- a/v2/src/config/index.js +++ b/v2/src/config/index.js @@ -9,7 +9,7 @@ // ═══════════════════════════════════════════════════════════════════════════════ module.exports = { - version: '0.5.138', + version: '0.5.139', // ── 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 64669b9..b1a2dfe 100644 --- a/views/v2/user.ejs +++ b/views/v2/user.ejs @@ -210,26 +210,26 @@ - + - + <% entries.forEach(function(e) { %> - + - - + +
Адрес / ПодсетьАдрес Комментарий Добавил ДобавленаРедактированиеПравка
<%= e.value_cidr %><% if (e.deleted_at) { %> удалена<% } %><%= e.value_cidr %><% if (e.deleted_at) { %> уд.<% } %> <%= e.comment || '—' %><%= e.created_by %><%= new Date(e.created_at).toLocaleString('ru', {timeZone:'Europe/Moscow'}) %> МСК<%= e.created_by %><%= new Date(e.created_at).toLocaleString('ru', {timeZone:'Europe/Moscow'}) %> МСК <% if (!e.deleted_at) { %>
- - + +
<% } else { %>