laravel-jstools
Version:
JS tools for building front-side of Laravel applications
10 lines (9 loc) • 348 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const Page_1 = require("../../../../../services/PageService/Page");
class Omx_Resource_Config_History extends Page_1.Page {
init() {
window.tableHistory(this.getDefaultTableHistoryId('Config'));
}
}
exports.default = Omx_Resource_Config_History;