mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-09-02 08:05:14 +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
|
fail_callback
|
||||||
) {
|
) {
|
||||||
if (console) {
|
if (console) {
|
||||||
console.info(
|
// console.info(
|
||||||
"checking",
|
// "checking",
|
||||||
format,
|
// format,
|
||||||
`with test image: ${image_bytes.length} bytes`
|
// `with test image: ${image_bytes.length} bytes`
|
||||||
);
|
// );
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
const timer = setTimeout(function() {
|
const timer = setTimeout(function() {
|
||||||
|
|||||||
@ -24,19 +24,19 @@ $(function() {
|
|||||||
onAction,
|
onAction,
|
||||||
onClose
|
onClose
|
||||||
) {
|
) {
|
||||||
console.debug(
|
// console.debug(
|
||||||
"doNotification",
|
// "doNotification",
|
||||||
type,
|
// type,
|
||||||
nid,
|
// nid,
|
||||||
title,
|
// title,
|
||||||
message,
|
// message,
|
||||||
timeout,
|
// timeout,
|
||||||
icon,
|
// icon,
|
||||||
actions,
|
// actions,
|
||||||
hints,
|
// hints,
|
||||||
onAction,
|
// onAction,
|
||||||
onClose
|
// onClose
|
||||||
);
|
// );
|
||||||
const nID = `notification${nid}`;
|
const nID = `notification${nid}`;
|
||||||
const a = $(
|
const a = $(
|
||||||
`<div id="${nID}" class="alert ${type}">` +
|
`<div id="${nID}" class="alert ${type}">` +
|
||||||
|
|||||||
@ -908,17 +908,17 @@ const LANGUAGE_TO_LAYOUT = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
function console_debug_safe() {
|
function console_debug_safe() {
|
||||||
if (console) console.debug.apply(console, arguments);
|
// if (console) console.debug.apply(console, arguments);
|
||||||
}
|
}
|
||||||
|
|
||||||
function console_error_safe() {
|
function console_error_safe() {
|
||||||
if (console) console.error.apply(console, arguments);
|
// if (console) console.error.apply(console, arguments);
|
||||||
}
|
}
|
||||||
|
|
||||||
function console_warn_safe() {
|
function console_warn_safe() {
|
||||||
if (console) console.warn.apply(console, arguments);
|
// if (console) console.warn.apply(console, arguments);
|
||||||
}
|
}
|
||||||
|
|
||||||
function console_log_safe() {
|
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>
|
</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>
|
</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