Skip to content

Commit

Permalink
r0b08x [chore] 3/30/2024, 8:14:32 AM
Browse files Browse the repository at this point in the history
  • Loading branch information
p3x-robot committed Mar 30, 2024
1 parent bfc5e1e commit b9c3f69
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.188
# 💿 The p3x-redis-ui-material web interface that connects to the p3x-redis-ui-server via http and socket.io v2024.4.190



Expand Down Expand Up @@ -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.188
[**P3X-REDIS-UI-MATERIAL**](https://corifeus.com/redis-ui-material) Build v2024.4.190

[![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)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "p3x-redis-ui-material",
"version": "2024.4.188",
"version": "2024.4.190",
"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",
Expand Down
2 changes: 1 addition & 1 deletion src/angular/dialog/p3xr-dialog-connection.html
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ <h2 flex md-truncate>{{ $root.p3xr.state.cfg.readonlyConnections ?
<br/>

<span ng-if="node.id">
<md-input-container class="md-block p3xr-md-input-container-no-bottom">
<md-input-container class="md-block">
<label>{{ $root.p3xr.strings.label.id.nodeId }}</label>
<input ng-model="node.id" disabled>
</md-input-container>
Expand Down
2 changes: 1 addition & 1 deletion src/angular/dialog/p3xr-dialog-connection.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ p3xr.ng.factory('p3xrDialogConnection', function (p3xrCommon, $mdDialog, p3xrSoc
$scope.options = options

if (options.model !== undefined) {
$scope.model = options.model
$scope.model = p3xr.clone(options.model)
$scope.model.askAuth = options.model.askAuth
$scope.model.password = options.model.id
$scope.model.tlsCrt = options.model.id
Expand Down
2 changes: 1 addition & 1 deletion src/strings/en/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const strings = {
label: {
id: {
nodeId: 'Node ID',
id: "ID",
id: "Connection ID",
info: "If you do not wan't to change the properties of: sshPassword, sshPrivateKey, password, tlsCrt, tlsKey, tlsCa, please enter the ID of the connection in those propertes to keep the property values intact."
},
secureFeature: 'If you see a value that starts with a P3X an look like the same, it is a secure feature. To change the settings, just replace these settings with empty or something else and they will be saved. If you do not change the settings, the settings will be kept as they are on the server.',
Expand Down
2 changes: 1 addition & 1 deletion src/strings/zn/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const strings = {
label: {
id: {
nodeId: '节点号',
id: "ID",
id: "连接ID",
info: "如果您不想更改以下属性:sshPassword、sshPrivateKey、password、tlsCrt、tlsKey、tlsCa,请在这些属性中输入连接 ID 以保持属性值不变。"
},
secureFeature: '如果您看到以 P3X 开头的值并且看起来相似,则这是一项安全功能。 要更改设置,只需将这些设置替换为空或其他内容即可保存它们。 如果您不更改设置,这些设置将保留在服务器上的原样。',
Expand Down

0 comments on commit b9c3f69

Please sign in to comment.