More work on UI
This commit is contained in:
4
frontend/views/control/dist/main.js
vendored
4
frontend/views/control/dist/main.js
vendored
@@ -44,6 +44,8 @@ var calibration_1 = require("./calibration");
|
||||
var morphux_1 = require("morphux");
|
||||
var outOfServiceMode_1 = require("./outOfServiceMode");
|
||||
var timer_1 = require("./timer");
|
||||
var lighting_1 = require("./lighting");
|
||||
var sound_1 = require("./sound");
|
||||
var socket = (0, socket_io_client_1.io)('/');
|
||||
var Main = /** @class */ (function () {
|
||||
function Main() {
|
||||
@@ -52,6 +54,8 @@ var Main = /** @class */ (function () {
|
||||
this.Calibration = new calibration_1.Calibration(this);
|
||||
this.OutOfServiceMode = new outOfServiceMode_1.OutOfServiceMode(this);
|
||||
this.Timer = new timer_1.Timer(this);
|
||||
this.Lighting = new lighting_1.Lighting(this);
|
||||
this.Sound = new sound_1.Sound(this);
|
||||
this.socket = socket;
|
||||
this.supportButton = document.querySelector('.ntsh-support img');
|
||||
this.supportNumber = '';
|
||||
|
||||
Reference in New Issue
Block a user