mirror of
https://github.com/xbgmsharp/postgsail.git
synced 2025-09-17 11:17:46 +00:00
Updates
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
{
|
{
|
||||||
"files": {
|
"files": {
|
||||||
"main.js": "/postgsail/static/js/main.8a465018.js",
|
"main.js": "/postgsail/static/js/main.acddb82a.js",
|
||||||
"static/media/timelapse.png": "/postgsail/static/media/timelapse.ce6208c83b8bed24a815.png",
|
"static/media/timelapse.png": "/postgsail/static/media/timelapse.ce6208c83b8bed24a815.png",
|
||||||
|
"static/media/demo.mp4": "/postgsail/static/media/demo.129abcade2a4fd793dff.mp4",
|
||||||
"static/media/monitoring.png": "/postgsail/static/media/monitoring.c3474b2b05f71e2dc913.png",
|
"static/media/monitoring.png": "/postgsail/static/media/monitoring.c3474b2b05f71e2dc913.png",
|
||||||
"static/media/article-page-example.png": "/postgsail/static/media/article-page-example.70d6bd57ede0ada106fa.png",
|
"static/media/article-page-example.png": "/postgsail/static/media/article-page-example.70d6bd57ede0ada106fa.png",
|
||||||
"static/media/stats.png": "/postgsail/static/media/stats.cc978ab82b50bc15aa41.png",
|
"static/media/stats.png": "/postgsail/static/media/stats.cc978ab82b50bc15aa41.png",
|
||||||
@@ -10,12 +11,12 @@
|
|||||||
"static/media/webinaire.png": "/postgsail/static/media/webinaire.0fb29383820e122217ca.png",
|
"static/media/webinaire.png": "/postgsail/static/media/webinaire.0fb29383820e122217ca.png",
|
||||||
"static/media/data-visualisation.png": "/postgsail/static/media/data-visualisation.c147fb3b112f51f096a2.png",
|
"static/media/data-visualisation.png": "/postgsail/static/media/data-visualisation.c147fb3b112f51f096a2.png",
|
||||||
"static/media/kubernetes.png": "/postgsail/static/media/kubernetes.52ea2430dfac2c2b029c.png",
|
"static/media/kubernetes.png": "/postgsail/static/media/kubernetes.52ea2430dfac2c2b029c.png",
|
||||||
"static/media/Grafana_logo.png": "/postgsail/static/media/Grafana_logo.769e11f8842584108619.png",
|
|
||||||
"static/media/discord-mark-blue.png": "/postgsail/static/media/discord-mark-blue.667df059ddf407979d68.png",
|
"static/media/discord-mark-blue.png": "/postgsail/static/media/discord-mark-blue.667df059ddf407979d68.png",
|
||||||
|
"static/media/PostgsailLogo.svg": "/postgsail/static/media/PostgsailLogo.132516ec587bf04cd61e19103b9c54f8.svg",
|
||||||
"index.html": "/postgsail/index.html",
|
"index.html": "/postgsail/index.html",
|
||||||
"main.8a465018.js.map": "/postgsail/static/js/main.8a465018.js.map"
|
"main.acddb82a.js.map": "/postgsail/static/js/main.acddb82a.js.map"
|
||||||
},
|
},
|
||||||
"entrypoints": [
|
"entrypoints": [
|
||||||
"static/js/main.8a465018.js"
|
"static/js/main.acddb82a.js"
|
||||||
]
|
]
|
||||||
}
|
}
|
@@ -1 +1 @@
|
|||||||
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/postgsail/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/postgsail/logo192.png"/><link rel="manifest" href="/postgsail/manifest.json"/><link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap" rel="stylesheet"><title>PostgSail</title><script defer="defer" src="/postgsail/static/js/main.8a465018.js"></script></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="icon" href="/postgsail/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/postgsail/logo192.png"/><link rel="manifest" href="/postgsail/manifest.json"/><link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap" rel="stylesheet"><title>PostgSail</title><script defer="defer" src="/postgsail/static/js/main.acddb82a.js"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
|
3
static/js/main.acddb82a.js
Normal file
3
static/js/main.acddb82a.js
Normal file
File diff suppressed because one or more lines are too long
92
static/js/main.acddb82a.js.LICENSE.txt
Normal file
92
static/js/main.acddb82a.js.LICENSE.txt
Normal file
@@ -0,0 +1,92 @@
|
|||||||
|
/*!
|
||||||
|
* Determine if an object is a Buffer
|
||||||
|
*
|
||||||
|
* @author Feross Aboukhadijeh <https://feross.org>
|
||||||
|
* @license MIT
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* content-type
|
||||||
|
* Copyright(c) 2015 Douglas Christopher Wilson
|
||||||
|
* MIT Licensed
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* github-buttons v2.27.0
|
||||||
|
* (c) 2023 なつき
|
||||||
|
* @license BSD-2-Clause
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*! *****************************************************************************
|
||||||
|
Copyright (c) Microsoft Corporation. All rights reserved.
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
||||||
|
this file except in compliance with the License. You may obtain a copy of the
|
||||||
|
License at http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||||
|
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
||||||
|
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
||||||
|
MERCHANTABLITY OR NON-INFRINGEMENT.
|
||||||
|
|
||||||
|
See the Apache Version 2.0 License for specific language governing permissions
|
||||||
|
and limitations under the License.
|
||||||
|
***************************************************************************** */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @license React
|
||||||
|
* react-dom.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.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @license React
|
||||||
|
* 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.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @license React
|
||||||
|
* react-jsx-runtime.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.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @license React
|
||||||
|
* react.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.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @license React
|
||||||
|
* scheduler.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.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/** @license React v16.13.1
|
||||||
|
* 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
static/js/main.acddb82a.js.map
Normal file
1
static/js/main.acddb82a.js.map
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 8.0 KiB |
BIN
static/media/demo.129abcade2a4fd793dff.mp4
Normal file
BIN
static/media/demo.129abcade2a4fd793dff.mp4
Normal file
Binary file not shown.
Reference in New Issue
Block a user