mirror of https://github.com/Aidaho12/haproxy-wi
v3.2.8
parent
3779c047b3
commit
ef9f213a2f
|
@ -7,6 +7,9 @@ Support the project
|
||||||
|
|
||||||
[Demo video](https://www.youtube.com/channel/UCo0lCg24j-H4f0S9kMjp-_w)
|
[Demo video](https://www.youtube.com/channel/UCo0lCg24j-H4f0S9kMjp-_w)
|
||||||
|
|
||||||
|
# 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")
|
![alt text](image/haproxy-wi-config-show.jpeg "Show config page")
|
||||||
|
|
||||||
# Features:
|
# Features:
|
||||||
|
|
|
@ -2,15 +2,31 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>HAProxy web manager</title>
|
<title>HAProxy-WI</title>
|
||||||
<link href="/image/pic/favicon.ico" rel="icon" type="image/x-icon">
|
<link href="/image/pic/favicon.ico" rel="icon" type="image/x-icon">
|
||||||
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
|
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
|
||||||
<link href="/inc/style.css" rel="stylesheet">
|
<link href="/inc/style.css" rel="stylesheet">
|
||||||
<meta http-equiv="refresh" content="0; url=overview.py" />
|
<link href="/inc/nprogress.css" rel="stylesheet">
|
||||||
|
<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
|
||||||
|
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
|
||||||
|
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
|
||||||
|
<script src="/inc/nprogress.js"></script>
|
||||||
|
<meta http-equiv="refresh" content="0; url=/app/overview.py" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body style="background-color: #5d9ceb;">
|
||||||
<p>
|
<script>
|
||||||
Redirecting... Please wait
|
$( function() {
|
||||||
</p>
|
NProgress.start();
|
||||||
|
$('#cover').fadeIn('fast');
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
<div id="cover"></div>
|
||||||
|
<center>
|
||||||
|
<div style="color: white;">
|
||||||
|
<h1 style="font-size: 100px;">Welcome to</h1>
|
||||||
|
<h1 style="font-size: 130px;">HAProxy-WI</h1>
|
||||||
|
<b style="font-size: 30px;">Redirecting... Please wait</b>
|
||||||
|
</div>
|
||||||
|
</center>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
42
index.html
42
index.html
|
@ -1,16 +1,32 @@
|
||||||
<!DOCTYPE HTML>
|
<!DOCTYPE HTML>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>HAProxy web manager</title>
|
<title>HAProxy-WI</title>
|
||||||
<link href="/favicon.ico" rel="icon" type="image/x-icon" />
|
<link href="/image/pic/favicon.ico" rel="icon" type="image/x-icon">
|
||||||
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
|
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
|
||||||
<link href="/inc/style.css" rel="stylesheet">
|
<link href="/inc/style.css" rel="stylesheet">
|
||||||
<meta http-equiv="refresh" content="0; url=/app/overview.py">
|
<link href="/inc/nprogress.css" rel="stylesheet">
|
||||||
</head>
|
<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
|
||||||
<body>
|
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
|
||||||
<p>
|
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
|
||||||
Redirecting... Please wait
|
<script src="/inc/nprogress.js"></script>
|
||||||
</p>
|
<meta http-equiv="refresh" content="0; url=/app/overview.py" />
|
||||||
</body>
|
</head>
|
||||||
|
<body style="background-color: #5d9ceb;">
|
||||||
|
<script>
|
||||||
|
$( function() {
|
||||||
|
NProgress.start();
|
||||||
|
$('#cover').fadeIn('fast');
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
<div id="cover"></div>
|
||||||
|
<center>
|
||||||
|
<div style="color: white;">
|
||||||
|
<h1 style="font-size: 100px;">Welcome to</h1>
|
||||||
|
<h1 style="font-size: 130px;">HAProxy-WI</h1>
|
||||||
|
<b style="font-size: 30px;">Redirecting... Please wait</b>
|
||||||
|
</div>
|
||||||
|
</center>
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue