mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-28 13:00:15 +03:00
Bundle web-ui v3.1.0a1
This commit is contained in:
parent
ee43a5cdf5
commit
7fc5601405
@ -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() {
|
||||
|
||||
@ -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}">` +
|
||||
|
||||
@ -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);
|
||||
}
|
||||
|
||||
1
gns3server/static/web-ui/chunk-5UTQLYEL.js
Normal file
1
gns3server/static/web-ui/chunk-5UTQLYEL.js
Normal file
@ -0,0 +1 @@
|
||||
import{Qf as a}from"./chunk-UKWNOQKZ.js";export{a as TopologySummaryComponent};
|
||||
24
gns3server/static/web-ui/chunk-UKWNOQKZ.js
Normal file
24
gns3server/static/web-ui/chunk-UKWNOQKZ.js
Normal file
File diff suppressed because one or more lines are too long
@ -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>
|
||||
|
||||
415
gns3server/static/web-ui/main-SBCD24KA.js
Normal file
415
gns3server/static/web-ui/main-SBCD24KA.js
Normal file
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user