initial basic mockup on gui layout before integrating with api calls
This commit is contained in:
parent
aaa125a896
commit
b10c7fe502
15 changed files with 771 additions and 2 deletions
9
webapp/static/corerest.js
Normal file
9
webapp/static/corerest.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
class CoreRest {
|
||||
constructor() {
|
||||
}
|
||||
|
||||
async sessions(callback) {
|
||||
const response = await $.getJSON('/sessions');
|
||||
callback(response);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue