diff --git a/package.json b/package.json index 49865a2..374abd0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipwhitelist", - "version": "0.5.139", + "version": "0.5.140", "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 9f26663..8e6ecc7 100644 --- a/v2/src/config/index.js +++ b/v2/src/config/index.js @@ -9,7 +9,7 @@ // ═══════════════════════════════════════════════════════════════════════════════ module.exports = { - version: '0.5.139', + version: '0.5.140', // ── 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 b1a2dfe..f32b488 100644 --- a/views/v2/user.ejs +++ b/views/v2/user.ejs @@ -148,7 +148,6 @@ <% }) %> - <%= includeDeleted ? 'Скрыть удалённые' : 'Показать удалённые' %> <% if (user.isAdmin) { %> Режим: Администратор @@ -213,8 +212,8 @@
<%= e.value_cidr %><% if (e.deleted_at) { %> уд.<% } %>