From ef0131aeb217ec395e3914239d82801eba1a046d Mon Sep 17 00:00:00 2001 From: patrikx3 Date: Sat, 30 Mar 2024 08:30:20 +0100 Subject: [PATCH] r0b08x [chore] 3/30/2024, 8:30:20 AM --- README.md | 4 ++-- package.json | 2 +- src/angular/dialog/p3xr-dialog-connection.html | 4 ++-- src/angular/dialog/p3xr-dialog-connection.js | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9c13647..a0aa33b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ https://corifeus.com/redis-ui --- -# 💿 The p3x-redis-ui-material web interface that connects to the p3x-redis-ui-server via http and socket.io v2024.4.190 +# 💿 The p3x-redis-ui-material web interface that connects to the p3x-redis-ui-server via http and socket.io v2024.4.192 @@ -77,7 +77,7 @@ All my domains ([patrikx3.com](https://patrikx3.com) and [corifeus.com](https:// --- -[**P3X-REDIS-UI-MATERIAL**](https://corifeus.com/redis-ui-material) Build v2024.4.190 +[**P3X-REDIS-UI-MATERIAL**](https://corifeus.com/redis-ui-material) Build v2024.4.192 [![NPM](https://img.shields.io/npm/v/p3x-redis-ui-material.svg)](https://www.npmjs.com/package/p3x-redis-ui-material) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) diff --git a/package.json b/package.json index 7b5836a..2d51d8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "p3x-redis-ui-material", - "version": "2024.4.190", + "version": "2024.4.192", "description": "💿 The p3x-redis-ui-material web interface that connects to the p3x-redis-ui-server via http and socket.io", "corifeus": { "icon": "fas fa-database", diff --git a/src/angular/dialog/p3xr-dialog-connection.html b/src/angular/dialog/p3xr-dialog-connection.html index cee0a69..7b335d3 100644 --- a/src/angular/dialog/p3xr-dialog-connection.html +++ b/src/angular/dialog/p3xr-dialog-connection.html @@ -71,7 +71,7 @@

{{ $root.p3xr.state.cfg.readonlyConnections ? - + {{!sshPasswordType ? 'visibility' : 'visibility_off'}} @@ -128,7 +128,7 @@

{{ $root.p3xr.state.cfg.readonlyConnections ? - + {{!passwordType ? 'visibility' : 'visibility_off'}} diff --git a/src/angular/dialog/p3xr-dialog-connection.js b/src/angular/dialog/p3xr-dialog-connection.js index 5d5ae2d..dcb1650 100644 --- a/src/angular/dialog/p3xr-dialog-connection.js +++ b/src/angular/dialog/p3xr-dialog-connection.js @@ -13,7 +13,7 @@ p3xr.ng.factory('p3xrDialogConnection', function (p3xrCommon, $mdDialog, p3xrSoc if (options.model !== undefined) { $scope.model = p3xr.clone(options.model) - $scope.model.askAuth = options.model.askAuth + //$scope.model.askAuth = options.model.askAuth $scope.model.password = options.model.id $scope.model.tlsCrt = options.model.id $scope.model.tlsKey = options.model.id