mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-03 15:02:34 +00:00
add log viewer
This commit is contained in:
1
public/vendor/log-viewer/app.css
vendored
Normal file
1
public/vendor/log-viewer/app.css
vendored
Normal file
File diff suppressed because one or more lines are too long
2
public/vendor/log-viewer/app.js
vendored
Normal file
2
public/vendor/log-viewer/app.js
vendored
Normal file
File diff suppressed because one or more lines are too long
33
public/vendor/log-viewer/app.js.LICENSE.txt
vendored
Normal file
33
public/vendor/log-viewer/app.js.LICENSE.txt
vendored
Normal file
@ -0,0 +1,33 @@
|
||||
/*!
|
||||
* The buffer module from node.js, for the browser.
|
||||
*
|
||||
* @author Feross Aboukhadijeh <http://feross.org>
|
||||
* @license MIT
|
||||
*/
|
||||
|
||||
/*!
|
||||
* pinia v2.2.2
|
||||
* (c) 2024 Eduardo San Martin Morote
|
||||
* @license MIT
|
||||
*/
|
||||
|
||||
/*! #__NO_SIDE_EFFECTS__ */
|
||||
|
||||
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
||||
|
||||
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
||||
|
||||
/**
|
||||
* @license
|
||||
* Lodash <https://lodash.com/>
|
||||
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
||||
* Released under MIT license <https://lodash.com/license>
|
||||
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
||||
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
||||
*/
|
||||
|
||||
/**
|
||||
* @vue/shared v3.4.38
|
||||
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
||||
* @license MIT
|
||||
**/
|
BIN
public/vendor/log-viewer/img/log-viewer-128.png
vendored
Normal file
BIN
public/vendor/log-viewer/img/log-viewer-128.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
BIN
public/vendor/log-viewer/img/log-viewer-32.png
vendored
Normal file
BIN
public/vendor/log-viewer/img/log-viewer-32.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 526 B |
BIN
public/vendor/log-viewer/img/log-viewer-64.png
vendored
Normal file
BIN
public/vendor/log-viewer/img/log-viewer-64.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 970 B |
7
public/vendor/log-viewer/mix-manifest.json
vendored
Normal file
7
public/vendor/log-viewer/mix-manifest.json
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"/app.js": "/app.js?id=74d3e481ad3e8fa14f1daaa0aa46e109",
|
||||
"/app.css": "/app.css?id=5593a0331dd40729ff41e32a6035d872",
|
||||
"/img/log-viewer-128.png": "/img/log-viewer-128.png?id=d576c6d2e16074d3f064e60fe4f35166",
|
||||
"/img/log-viewer-32.png": "/img/log-viewer-32.png?id=f8ec67d10f996aa8baf00df3b61eea6d",
|
||||
"/img/log-viewer-64.png": "/img/log-viewer-64.png?id=8902d596fc883ca9eb8105bb683568c6"
|
||||
}
|
Reference in New Issue
Block a user