Skip to content

Commit

Permalink
r0b08x [chore] 3/30/2024, 3:21:05 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
p3x-robot committed Mar 30, 2024
1 parent 1a428e8 commit 3df894c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 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.197
# 💿 The p3x-redis-ui-material web interface that connects to the p3x-redis-ui-server via http and socket.io v2024.4.198



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.197
[**P3X-REDIS-UI-MATERIAL**](https://corifeus.com/redis-ui-material) Build v2024.4.198

[![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.197",
"version": "2024.4.198",
"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
11 changes: 6 additions & 5 deletions src/angular/pages/p3xr-main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ p3xr.ng.component('p3xrMain', {
controller: function ($cookies, p3xrSocket, p3xrCommon, p3xrRedisParser, $rootScope, $state, $timeout, $scope, $mdMedia, $mdSidenav) {


if (p3xr.state.connections.list.length > 0 && p3xr.state.connection === undefined) {
$state.go('settings')
return
}

$scope.$watch('$root.p3xr.state.connection', (newVal, oldVal) => {
if (!newVal) {
$state.go('settings')
Expand Down Expand Up @@ -586,5 +581,11 @@ p3xr.ng.component('p3xrMain', {
*/


if (p3xr.state.connection === undefined) {
$state.go('settings')
}

}
})

0 comments on commit 3df894c

Please sign in to comment.