Skip to content

Commit

Permalink
Compile Dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
bouthilx committed Nov 17, 2023
1 parent 1b20511 commit e387f42
Show file tree
Hide file tree
Showing 10 changed files with 56 additions and 45 deletions.
12 changes: 6 additions & 6 deletions dashboard/build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"files": {
"main.css": "/static/css/main.56b5d8c7.css",
"main.js": "/static/js/main.f53d74b0.js",
"main.css": "/static/css/main.2da6df03.css",
"main.js": "/static/js/main.efa5e0ab.js",
"index.html": "/index.html",
"main.56b5d8c7.css.map": "/static/css/main.56b5d8c7.css.map",
"main.f53d74b0.js.map": "/static/js/main.f53d74b0.js.map"
"main.2da6df03.css.map": "/static/css/main.2da6df03.css.map",
"main.efa5e0ab.js.map": "/static/js/main.efa5e0ab.js.map"
},
"entrypoints": [
"static/css/main.56b5d8c7.css",
"static/js/main.f53d74b0.js"
"static/css/main.2da6df03.css",
"static/js/main.efa5e0ab.js"
]
}
2 changes: 1 addition & 1 deletion dashboard/build/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="/manifest.json"/><title>Oríon Dashboard</title><script defer="defer" src="/static/js/main.f53d74b0.js"></script><link href="/static/css/main.56b5d8c7.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="/manifest.json"/><title>Oríon Dashboard</title><script defer="defer" src="/static/js/main.efa5e0ab.js"></script><link href="/static/css/main.2da6df03.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dashboard/build/static/css/main.2da6df03.css.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dashboard/build/static/css/main.56b5d8c7.css.map

This file was deleted.

3 changes: 3 additions & 0 deletions dashboard/build/static/js/main.efa5e0ab.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
/*
* @copyright 2016 Sean Connelly (@voidqk), http://syntheti.cc
* @license MIT
* @preserve Project Home: https://github.com/voidqk/polybooljs
*/
* @copyright 2016 Sean Connelly (@voidqk), http://syntheti.cc
* @license MIT
* @preserve Project Home: https://github.com/voidqk/polybooljs
*/

/*
object-assign
(c) Sindre Sorhus
@license MIT
*/
object-assign
(c) Sindre Sorhus
@license MIT
*/

/*!
Copyright (c) 2018 Jed Watson.
Expand All @@ -17,32 +17,32 @@
*/

/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <https://feross.org>
* @license MIT
*/
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <https://feross.org>
* @license MIT
*/

/*!
* Determine if an object is a Buffer
*
* @author Feross Aboukhadijeh <https://feross.org>
* @license MIT
*/
* Determine if an object is a Buffer
*
* @author Feross Aboukhadijeh <https://feross.org>
* @license MIT
*/

/*!
* pad-left <https://github.com/jonschlinkert/pad-left>
*
* Copyright (c) 2014-2015, Jon Schlinkert.
* Licensed under the MIT license.
*/
* pad-left <https://github.com/jonschlinkert/pad-left>
*
* Copyright (c) 2014-2015, Jon Schlinkert.
* Licensed under the MIT license.
*/

/*!
* repeat-string <https://github.com/jonschlinkert/repeat-string>
*
* Copyright (c) 2014-2015, Jon Schlinkert.
* Licensed under the MIT License.
*/
* repeat-string <https://github.com/jonschlinkert/repeat-string>
*
* Copyright (c) 2014-2015, Jon Schlinkert.
* Licensed under the MIT License.
*/

/*!
* The buffer module from node.js, for the browser.
Expand All @@ -65,9 +65,11 @@
*/

/*! Native Promise Only
v0.8.1 (c) Kyle Simpson
MIT License: http://getify.mit-license.org
*/
v0.8.1 (c) Kyle Simpson
MIT License: http://getify.mit-license.org
*/

/*! 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 */

Expand Down Expand Up @@ -141,3 +143,12 @@
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v17.0.2
* react-is.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
1 change: 1 addition & 0 deletions dashboard/build/static/js/main.efa5e0ab.js.map

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions dashboard/build/static/js/main.f53d74b0.js

This file was deleted.

1 change: 0 additions & 1 deletion dashboard/build/static/js/main.f53d74b0.js.map

This file was deleted.

0 comments on commit e387f42

Please sign in to comment.