mirror of https://github.com/Aidaho12/haproxy-wi
v3.4.6
parent
3bb60bb4f1
commit
df973474bc
|
@ -11,9 +11,6 @@ Support the project
|
||||||
# Demo site
|
# Demo site
|
||||||
[Demo site](https://demo.haproxy-wi.org) Login/password: admin/admin. Server resets every hour.
|
[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
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
# Features:
|
# Features:
|
||||||
|
@ -50,7 +47,7 @@ Began to lead a [Twitter](https://twitter.com/haproxy_wi), subscribe! I will wri
|
||||||
# Install
|
# Install
|
||||||
|
|
||||||
## RPM
|
## 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
|
## Script
|
||||||
The installer will ask you a few questions
|
The installer will ask you a few questions
|
||||||
|
|
|
@ -158,7 +158,7 @@ $( function() {
|
||||||
} else if (data.indexOf('No packages marked for update') != '-1') {
|
} else if (data.indexOf('No packages marked for update') != '-1') {
|
||||||
$('.alert-danger').remove();
|
$('.alert-danger').remove();
|
||||||
$('.alert-warning').remove();
|
$('.alert-warning').remove();
|
||||||
$("#ajax").html('<div class="alert alert-warning">It is seems like you have the last version HAProxy-WI</data>');
|
$("#ajax").html('<div class="alert alert-success">It is seems like you have the last version HAProxy-WI</data>');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} );
|
} );
|
||||||
|
|
Loading…
Reference in New Issue