mirror of
https://github.com/OpenMaxIO/openmaxio-object-browser
synced 2026-07-01 07:41:18 -07:00
* Added refresh tenant functionality add icon to Users page to change password commit work to date to github for ongoing use add modal with fields for current and new password on icon click missing swagger files remove unneeded files move changeUserPassword to admin_api, remove field for current password, include selected user Please enter the commit message for your changes. Lines starting added missing js files asset and function signature formatting changes * fixed lint * removed Current Password field, returned Groups label, added selectedUser to modal text * disabled save button if newPasssword and reNewPassword don't match, removed commented out code * Added refresh tenant functionality add icon to Users page to change password commit work to date to github for ongoing use add modal with fields for current and new password on icon click missing swagger files remove unneeded files move changeUserPassword to admin_api, remove field for current password, include selected user Please enter the commit message for your changes. Lines starting added missing js files asset and function signature formatting changes * removed Current Password field, returned Groups label, added selectedUser to modal text * changed Swagger parameters to camel case Co-authored-by: Jill <jill@minio.io>
272 lines
7.1 KiB
Plaintext
272 lines
7.1 KiB
Plaintext
/*
|
|
object-assign
|
|
(c) Sindre Sorhus
|
|
@license MIT
|
|
*/
|
|
|
|
/*!
|
|
Copyright (c) 2017 Jed Watson.
|
|
Licensed under the MIT License (MIT), see
|
|
http://jedwatson.github.io/classnames
|
|
*/
|
|
|
|
/*!
|
|
* Chart.js v2.9.4
|
|
* https://www.chartjs.org
|
|
* (c) 2020 Chart.js Contributors
|
|
* Released under the MIT License
|
|
*/
|
|
|
|
/*!
|
|
* cookie
|
|
* Copyright(c) 2012-2014 Roman Shtylman
|
|
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
* MIT Licensed
|
|
*/
|
|
|
|
/*! Conditions:: INITIAL */
|
|
|
|
/*! Moment Duration Format v2.2.2
|
|
* https://github.com/jsmreese/moment-duration-format
|
|
* Date: 2018-02-16
|
|
*
|
|
* Duration format plugin function for the Moment.js library
|
|
* http://momentjs.com/
|
|
*
|
|
* Copyright 2018 John Madhavan-Reese
|
|
* Released under the MIT license
|
|
*/
|
|
|
|
/*! Production:: $accept : expression $end */
|
|
|
|
/*! Production:: css_value : ANGLE */
|
|
|
|
/*! Production:: css_value : CHS */
|
|
|
|
/*! Production:: css_value : EMS */
|
|
|
|
/*! Production:: css_value : EXS */
|
|
|
|
/*! Production:: css_value : FREQ */
|
|
|
|
/*! Production:: css_value : LENGTH */
|
|
|
|
/*! Production:: css_value : PERCENTAGE */
|
|
|
|
/*! Production:: css_value : REMS */
|
|
|
|
/*! Production:: css_value : RES */
|
|
|
|
/*! Production:: css_value : SUB css_value */
|
|
|
|
/*! Production:: css_value : TIME */
|
|
|
|
/*! Production:: css_value : VHS */
|
|
|
|
/*! Production:: css_value : VMAXS */
|
|
|
|
/*! Production:: css_value : VMINS */
|
|
|
|
/*! Production:: css_value : VWS */
|
|
|
|
/*! Production:: css_variable : CSS_VAR LPAREN CSS_CPROP COMMA math_expression RPAREN */
|
|
|
|
/*! Production:: css_variable : CSS_VAR LPAREN CSS_CPROP RPAREN */
|
|
|
|
/*! Production:: expression : math_expression EOF */
|
|
|
|
/*! Production:: math_expression : LPAREN math_expression RPAREN */
|
|
|
|
/*! Production:: math_expression : NESTED_CALC LPAREN math_expression RPAREN */
|
|
|
|
/*! Production:: math_expression : SUB PREFIX SUB NESTED_CALC LPAREN math_expression RPAREN */
|
|
|
|
/*! Production:: math_expression : css_value */
|
|
|
|
/*! Production:: math_expression : css_variable */
|
|
|
|
/*! Production:: math_expression : math_expression ADD math_expression */
|
|
|
|
/*! Production:: math_expression : math_expression DIV math_expression */
|
|
|
|
/*! Production:: math_expression : math_expression MUL math_expression */
|
|
|
|
/*! Production:: math_expression : math_expression SUB math_expression */
|
|
|
|
/*! Production:: math_expression : value */
|
|
|
|
/*! Production:: value : NUMBER */
|
|
|
|
/*! Production:: value : SUB NUMBER */
|
|
|
|
/*! Rule:: $ */
|
|
|
|
/*! Rule:: (--[0-9a-z-A-Z-]*) */
|
|
|
|
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)% */
|
|
|
|
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)Hz\b */
|
|
|
|
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)\b */
|
|
|
|
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)ch\b */
|
|
|
|
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)cm\b */
|
|
|
|
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)deg\b */
|
|
|
|
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)dpcm\b */
|
|
|
|
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)dpi\b */
|
|
|
|
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)dppx\b */
|
|
|
|
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)em\b */
|
|
|
|
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)ex\b */
|
|
|
|
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)grad\b */
|
|
|
|
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)in\b */
|
|
|
|
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)kHz\b */
|
|
|
|
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)mm\b */
|
|
|
|
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)ms\b */
|
|
|
|
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)pc\b */
|
|
|
|
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)pt\b */
|
|
|
|
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)px\b */
|
|
|
|
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)rad\b */
|
|
|
|
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)rem\b */
|
|
|
|
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)s\b */
|
|
|
|
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)turn\b */
|
|
|
|
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)vh\b */
|
|
|
|
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)vmax\b */
|
|
|
|
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)vmin\b */
|
|
|
|
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)vw\b */
|
|
|
|
/*! Rule:: ([a-z]+) */
|
|
|
|
/*! Rule:: (calc) */
|
|
|
|
/*! Rule:: (var) */
|
|
|
|
/*! Rule:: , */
|
|
|
|
/*! Rule:: - */
|
|
|
|
/*! Rule:: \( */
|
|
|
|
/*! Rule:: \) */
|
|
|
|
/*! Rule:: \* */
|
|
|
|
/*! Rule:: \+ */
|
|
|
|
/*! Rule:: \/ */
|
|
|
|
/*! Rule:: \s+ */
|
|
|
|
/*! decimal.js-light v2.5.1 https://github.com/MikeMcl/decimal.js-light/LICENCE */
|
|
|
|
/**
|
|
* A better abstraction over CSS.
|
|
*
|
|
* @copyright Oleg Isonen (Slobodskoi) / Isonen 2014-present
|
|
* @website https://github.com/cssinjs/jss
|
|
* @license MIT
|
|
*/
|
|
|
|
/** @license React v0.20.1
|
|
* 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.
|
|
*/
|
|
|
|
/** @license React v17.0.1
|
|
* 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 v17.0.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.
|
|
*/
|
|
|
|
/** @license React v17.0.1
|
|
* 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 v17.0.1
|
|
* 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.
|
|
*/
|
|
|
|
/**!
|
|
* @fileOverview Kickass library to create and place poppers near their reference elements.
|
|
* @version 1.16.1-lts
|
|
* @license
|
|
* Copyright (c) 2016 Federico Zivolo and contributors
|
|
*
|
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
* of this software and associated documentation files (the "Software"), to deal
|
|
* in the Software without restriction, including without limitation the rights
|
|
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
* copies of the Software, and to permit persons to whom the Software is
|
|
* furnished to do so, subject to the following conditions:
|
|
*
|
|
* The above copyright notice and this permission notice shall be included in all
|
|
* copies or substantial portions of the Software.
|
|
*
|
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
* SOFTWARE.
|
|
*/
|
|
|
|
//! moment.js
|