UNPKG

hana-cli

Version:
20 lines (15 loc) 422 B
/* eslint-disable no-undef */ /*eslint-env es6 */ "use strict"; sap.ui.define([ "sap/hanacli/tables/controller/App.controller" ], function (AppController) { return AppController.extend("sap.hanacli.tables.controller.schemas-ui", { onInit: function () { this.onAppInit() this.setFilterAsContains("Schema") }, }) } )