laravel-jstools
Version:
JS tools for building front-side of Laravel applications
13 lines (12 loc) • 435 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const Page_1 = require("../../../../../services/PageService/Page");
class Omx_Resource_Role_Show extends Page_1.Page {
init() {
window.initHistoryTab(this.pageId, this.getDefaultTableModelHistoryId('Role'), {
searching: false,
lengthChange: false,
});
}
}
exports.default = Omx_Resource_Role_Show;