Bundle web-ui v3.1.0a1

This commit is contained in:
grossmj 2026-04-25 12:58:56 +08:00
parent ee43a5cdf5
commit 7fc5601405
No known key found for this signature in database
GPG Key ID: 1E7DD6DBB53FF3D7
7 changed files with 463 additions and 23 deletions

View File

@ -190,11 +190,11 @@ function check_image_decode(
fail_callback
) {
if (console) {
console.info(
"checking",
format,
`with test image: ${image_bytes.length} bytes`
);
// console.info(
// "checking",
// format,
// `with test image: ${image_bytes.length} bytes`
// );
}
try {
const timer = setTimeout(function() {

View File

@ -24,19 +24,19 @@ $(function() {
onAction,
onClose
) {
console.debug(
"doNotification",
type,
nid,
title,
message,
timeout,
icon,
actions,
hints,
onAction,
onClose
);
// console.debug(
// "doNotification",
// type,
// nid,
// title,
// message,
// timeout,
// icon,
// actions,
// hints,
// onAction,
// onClose
// );
const nID = `notification${nid}`;
const a = $(
`<div id="${nID}" class="alert ${type}">` +

View File

@ -908,17 +908,17 @@ const LANGUAGE_TO_LAYOUT = {
};
function console_debug_safe() {
if (console) console.debug.apply(console, arguments);
// if (console) console.debug.apply(console, arguments);
}
function console_error_safe() {
if (console) console.error.apply(console, arguments);
// if (console) console.error.apply(console, arguments);
}
function console_warn_safe() {
if (console) console.warn.apply(console, arguments);
// if (console) console.warn.apply(console, arguments);
}
function console_log_safe() {
if (console) console.log.apply(console, arguments);
// if (console) console.log.apply(console, arguments);
}

View File

@ -0,0 +1 @@
import{Qf as a}from"./chunk-UKWNOQKZ.js";export{a as TopologySummaryComponent};

File diff suppressed because one or more lines are too long

View File

@ -115,5 +115,5 @@
}
})();
</script>
<link rel="modulepreload" href="chunk-7KO7VTTK.js"><script src="main-IF563FB2.js" type="module"></script></body>
<link rel="modulepreload" href="chunk-UKWNOQKZ.js"><script src="main-SBCD24KA.js" type="module"></script></body>
</html>

File diff suppressed because one or more lines are too long