web app, updated emane config api to be a general config api
This commit is contained in:
parent
a55cd6a524
commit
c90ee5fc84
3 changed files with 28 additions and 26 deletions
|
@ -96,7 +96,7 @@ class ConfigModel {
|
|||
const nodeId = this.$nodeEditModal.data('node');
|
||||
this.$modal.data('type', 'emane');
|
||||
this.$title.text('EMANE Options');
|
||||
const config = await this.coreRest.getEmaneOptions(nodeId);
|
||||
const config = await this.coreRest.getConfig({node: nodeId, name: 'emane'});
|
||||
console.log('emane options clicked: ', config);
|
||||
this.$tabHeaders.html('');
|
||||
this.$tabContent.html('');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue