Update index.html

This commit is contained in:
OSPanel 2024-04-07 23:38:29 +03:00
parent 81d2355e9d
commit 0bb7495697

View file

@ -145,7 +145,7 @@
color: #fff;
cursor: pointer;
/* display: inline-block; */
display: none;
display: inline-block;
font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
font-size: 14rem;
font-weight: 600;
@ -213,8 +213,7 @@
<script>
$(document).ready(function() {
$('#clibtn').on('click', function() {
axios.get('{web_api_url}/cli').then(function(response) {
}).catch(function(error) {
axios.get('{cmd_api_url}/cli').then(function(response) {}).catch(function(error) {
toastr.error('{lang_err_api_req_failed}');
});
});