Added basic control panel
This commit is contained in:
10
dist/WebServer/DashboardRouter.js
vendored
10
dist/WebServer/DashboardRouter.js
vendored
@@ -9,8 +9,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
||||
});
|
||||
};
|
||||
var __generator = (this && this.__generator) || function (thisArg, body) {
|
||||
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
|
||||
return g.next = verb(0), g["throw"] = verb(1), g["return"] = verb(2), typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
||||
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
||||
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
||||
function verb(n) { return function (v) { return step([n, v]); }; }
|
||||
function step(op) {
|
||||
if (f) throw new TypeError("Generator is already executing.");
|
||||
@@ -51,7 +51,7 @@ var DashboardRouter = /** @class */ (function () {
|
||||
return __awaiter(this, void 0, void 0, function () {
|
||||
var _this = this;
|
||||
return __generator(this, function (_a) {
|
||||
this.Router.get(['/', '/dashboard', '/calibration', '/cameralogs', '/unitylogs'], function (req, res) { return __awaiter(_this, void 0, void 0, function () {
|
||||
this.Router.get(['/dashboard', '/calibration', '/cameralogs', '/unitylogs'], function (req, res) { return __awaiter(_this, void 0, void 0, function () {
|
||||
var htmlContent;
|
||||
return __generator(this, function (_a) {
|
||||
switch (_a.label) {
|
||||
@@ -64,7 +64,7 @@ var DashboardRouter = /** @class */ (function () {
|
||||
}
|
||||
});
|
||||
}); });
|
||||
this.Router.get('/style.css', function (req, res) { return __awaiter(_this, void 0, void 0, function () {
|
||||
this.Router.get('/dashboard/style.css', function (req, res) { return __awaiter(_this, void 0, void 0, function () {
|
||||
var styleContent;
|
||||
return __generator(this, function (_a) {
|
||||
switch (_a.label) {
|
||||
@@ -77,7 +77,7 @@ var DashboardRouter = /** @class */ (function () {
|
||||
}
|
||||
});
|
||||
}); });
|
||||
this.Router.get('/script.js', function (req, res) { return __awaiter(_this, void 0, void 0, function () {
|
||||
this.Router.get('/dashboard/script.js', function (req, res) { return __awaiter(_this, void 0, void 0, function () {
|
||||
var scriptContent;
|
||||
return __generator(this, function (_a) {
|
||||
switch (_a.label) {
|
||||
|
||||
Reference in New Issue
Block a user