- Full-featured monitoring dashboard for local web apps - Real-time status tracking with uptime percentages - Visual sparklines for status history - Add/Edit/Delete apps dynamically - Categories and color coding - Auto-refresh every 30 seconds - API endpoints for apps and status management
9 lines
369 B
JavaScript
9 lines
369 B
JavaScript
function _defaults(e, r) {
|
|
for (var t = Object.getOwnPropertyNames(r), o = 0; o < t.length; o++) {
|
|
var n = t[o],
|
|
a = Object.getOwnPropertyDescriptor(r, n);
|
|
a && a.configurable && void 0 === e[n] && Object.defineProperty(e, n, a);
|
|
}
|
|
return e;
|
|
}
|
|
module.exports = _defaults, module.exports.__esModule = true, module.exports["default"] = module.exports; |