UNPKG

ayla

Version:

Ayla at your service.

18 lines (13 loc) 566 B
# SYSTEM NETWORK VIEW # -------------------------------------------------------------------------- class SystemNetworkView extends ayla.BaseView wrapperId: "system-network" elements: ["table"] # MAIN METHODS # ---------------------------------------------------------------------- # Init the System Jobs view. onReady: => @dom.table.dataTable ayla.optsDataDTables # BIND VIEW TO WINDOW # -------------------------------------------------------------------------- window.ayla.currentView = new SystemNetworkView()