pull/19/head
Aidaho12 2018-04-28 21:09:27 +06:00
parent ac1945b48e
commit be58ce10c3
2 changed files with 3 additions and 3 deletions

View File

@ -10,8 +10,8 @@ time_zone = UTC
#Server for save configs from HAproxy servers
haproxy_configs_server = localhost
#Dir where configs will be save
haproxy_save_configs_dir = ${main:fullpath}/app/hap_config/
kp_save_configs_dir = ${main:fullpath}/app/kp_config/
haproxy_save_configs_dir = ${main:fullpath}/configs/hap_config/
kp_save_configs_dir = ${main:fullpath}/configs/kp_config/
[mysql]
#Enable MySQL DB. If default will be used Sqlite DB. Default disable

View File

@ -323,7 +323,7 @@ pre {
min-height: calc(100vh - 70px);
}
.menu ul li{
padding: 7px;
padding: 5px;
padding-left: 40px;
margin-right: 0px !important;
}