DNS route
This commit is contained in:
@@ -76,7 +76,7 @@ class Host extends Table{
|
||||
|
||||
}catch(error){
|
||||
console.error('bust cache error', error)
|
||||
throw error;
|
||||
// throw error;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
$(document).ready(async function(){
|
||||
// Set the jq Templates
|
||||
$.scope.providerField.put = function(){};
|
||||
$.scope.DnsProvider.push(...(await app.api.get('/dns?detail=true')).results);
|
||||
$.scope.DnsProvider.push(...(await app.api.get('dns?detail=true')).results);
|
||||
|
||||
// Populate
|
||||
providerGet();
|
||||
|
||||
Reference in New Issue
Block a user