DNS route
This commit is contained in:
@@ -76,7 +76,7 @@ class Host extends Table{
|
|||||||
|
|
||||||
}catch(error){
|
}catch(error){
|
||||||
console.error('bust cache error', error)
|
console.error('bust cache error', error)
|
||||||
throw error;
|
// throw error;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -66,7 +66,7 @@
|
|||||||
$(document).ready(async function(){
|
$(document).ready(async function(){
|
||||||
// Set the jq Templates
|
// Set the jq Templates
|
||||||
$.scope.providerField.put = function(){};
|
$.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
|
// Populate
|
||||||
providerGet();
|
providerGet();
|
||||||
|
|||||||
Reference in New Issue
Block a user