Feat(SQL, UI): Logic for Get-Many SQL Stored Procedures refactored to use Calc Stored Procedures and Dog Command Links page styling improved.
This commit is contained in:
20
static/js/pages/dog/home.js
Normal file
20
static/js/pages/dog/home.js
Normal file
@@ -0,0 +1,20 @@
|
||||
|
||||
import BasePage from "../base.js";
|
||||
|
||||
export default class PageDogHome extends BasePage {
|
||||
static hash = hashPageDogHome;
|
||||
|
||||
constructor(router) {
|
||||
super(router);
|
||||
}
|
||||
|
||||
initialize() {
|
||||
this.sharedInitialize();
|
||||
this.hookupFiltersDog();
|
||||
this.hookupDogHome();
|
||||
}
|
||||
|
||||
leave() {
|
||||
super.leave();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user