From df973474bce6b1bd507783c0fa145ee9126a84cd Mon Sep 17 00:00:00 2001 From: Pavel Loginov Date: Sat, 14 Sep 2019 20:05:18 +0300 Subject: [PATCH] v3.4.6 --- README.md | 5 +---- inc/users.js | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5a9c9c59..908ebb0d 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,6 @@ Support the project # Demo site [Demo site](https://demo.haproxy-wi.org) Login/password: admin/admin. Server resets every hour. -# Twitter -Began to lead a [Twitter](https://twitter.com/haproxy_wi), subscribe! I will write there about all the changes and news - ![alt text](image/haproxy-wi-config-show.jpeg "Show config page") # Features: @@ -50,7 +47,7 @@ Began to lead a [Twitter](https://twitter.com/haproxy_wi), subscribe! I will wri # Install ## RPM -[Download](https://github.com/Aidaho12/haproxy-wi/releases/) RPM and install it +yum install https://repo.haproxy-wi.org/el7/haproxy-wi-release-7-1-0.noarch.rpm ## Script The installer will ask you a few questions diff --git a/inc/users.js b/inc/users.js index 316fb52d..fc29db52 100644 --- a/inc/users.js +++ b/inc/users.js @@ -158,7 +158,7 @@ $( function() { } else if (data.indexOf('No packages marked for update') != '-1') { $('.alert-danger').remove(); $('.alert-warning').remove(); - $("#ajax").html('
It is seems like you have the last version HAProxy-WI'); + $("#ajax").html('
It is seems like you have the last version HAProxy-WI'); } } } );