mirror of
https://github.com/netcccyun/dnsmgr.git
synced 2026-05-09 07:06:26 +02:00
新增百度云、火山引擎
This commit is contained in:
BIN
public/static/images/huoshan.ico
Normal file
BIN
public/static/images/huoshan.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 68 KiB |
@@ -14,8 +14,16 @@ if (parameter_str !== undefined) {
|
||||
window.$_GET = [];
|
||||
}
|
||||
|
||||
function searchRefresh(){
|
||||
$('#listTable').bootstrapTable('refresh');
|
||||
return false;
|
||||
}
|
||||
function searchSubmit(){
|
||||
$('#listTable').bootstrapTable('selectPage', 1);
|
||||
if(typeof sidePagination != 'undefined' && sidePagination == 'client'){
|
||||
$('#listTable').bootstrapTable('refresh');
|
||||
}else{
|
||||
$('#listTable').bootstrapTable('selectPage', 1);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
function searchClear(){
|
||||
@@ -25,7 +33,11 @@ function searchClear(){
|
||||
$('#searchToolbar').find('select[name]').each(function() {
|
||||
$(this).find('option:first').prop("selected", 'selected');
|
||||
});
|
||||
$('#listTable').bootstrapTable('selectPage', 1);
|
||||
if(typeof sidePagination != 'undefined' && sidePagination == 'client'){
|
||||
$('#listTable').bootstrapTable('refresh');
|
||||
}else{
|
||||
$('#listTable').bootstrapTable('selectPage', 1);
|
||||
}
|
||||
}
|
||||
function updateToolbar(){
|
||||
$('#searchToolbar').find(':input[name]').each(function() {
|
||||
|
||||
Reference in New Issue
Block a user