mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Remove sonar "bugs"
This commit is contained in:
parent
73c4adbdbf
commit
b8210b1a07
@ -333,8 +333,6 @@
|
||||
$("#submit-status").html('<i class="fa fa-spinner fa-spin"></i>');
|
||||
|
||||
let path = $("#global_server_path").val();
|
||||
path;
|
||||
console.log(path)
|
||||
var token = getCookie("_xsrf")
|
||||
let res = await fetch(`/api/v2/crafty/config/servers_dir`, {
|
||||
method: 'PATCH',
|
||||
|
@ -217,7 +217,7 @@ data['lang']) }}{% end %}
|
||||
<div class="card-body">
|
||||
<div class="form-group">
|
||||
<div class="table-responsive">
|
||||
<table id="permissions" class="table table-hover">
|
||||
<table id="permissions" aria-describedby="User Crafty Permissions" class="table table-hover">
|
||||
<thead>
|
||||
<tr class="rounded">
|
||||
<th>{{ translate('userConfig', 'permName', data['lang']) }}</th>
|
||||
|
Loading…
Reference in New Issue
Block a user