Skip to content

Commit a9e82eb

Browse files
authored
#616 added modal on icon click (#747)
* 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 <[email protected]>
1 parent f183604 commit a9e82eb

18 files changed

+1163
-31
lines changed

models/change_user_password_request.go

Lines changed: 98 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

portal-ui/build/static/js/2.ecc33f53.chunk.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 271 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,271 @@
1+
/*
2+
object-assign
3+
(c) Sindre Sorhus
4+
@license MIT
5+
*/
6+
7+
/*!
8+
Copyright (c) 2017 Jed Watson.
9+
Licensed under the MIT License (MIT), see
10+
http://jedwatson.github.io/classnames
11+
*/
12+
13+
/*!
14+
* Chart.js v2.9.4
15+
* https://www.chartjs.org
16+
* (c) 2020 Chart.js Contributors
17+
* Released under the MIT License
18+
*/
19+
20+
/*!
21+
* cookie
22+
* Copyright(c) 2012-2014 Roman Shtylman
23+
* Copyright(c) 2015 Douglas Christopher Wilson
24+
* MIT Licensed
25+
*/
26+
27+
/*! Conditions:: INITIAL */
28+
29+
/*! Moment Duration Format v2.2.2
30+
* https://github.com/jsmreese/moment-duration-format
31+
* Date: 2018-02-16
32+
*
33+
* Duration format plugin function for the Moment.js library
34+
* http://momentjs.com/
35+
*
36+
* Copyright 2018 John Madhavan-Reese
37+
* Released under the MIT license
38+
*/
39+
40+
/*! Production:: $accept : expression $end */
41+
42+
/*! Production:: css_value : ANGLE */
43+
44+
/*! Production:: css_value : CHS */
45+
46+
/*! Production:: css_value : EMS */
47+
48+
/*! Production:: css_value : EXS */
49+
50+
/*! Production:: css_value : FREQ */
51+
52+
/*! Production:: css_value : LENGTH */
53+
54+
/*! Production:: css_value : PERCENTAGE */
55+
56+
/*! Production:: css_value : REMS */
57+
58+
/*! Production:: css_value : RES */
59+
60+
/*! Production:: css_value : SUB css_value */
61+
62+
/*! Production:: css_value : TIME */
63+
64+
/*! Production:: css_value : VHS */
65+
66+
/*! Production:: css_value : VMAXS */
67+
68+
/*! Production:: css_value : VMINS */
69+
70+
/*! Production:: css_value : VWS */
71+
72+
/*! Production:: css_variable : CSS_VAR LPAREN CSS_CPROP COMMA math_expression RPAREN */
73+
74+
/*! Production:: css_variable : CSS_VAR LPAREN CSS_CPROP RPAREN */
75+
76+
/*! Production:: expression : math_expression EOF */
77+
78+
/*! Production:: math_expression : LPAREN math_expression RPAREN */
79+
80+
/*! Production:: math_expression : NESTED_CALC LPAREN math_expression RPAREN */
81+
82+
/*! Production:: math_expression : SUB PREFIX SUB NESTED_CALC LPAREN math_expression RPAREN */
83+
84+
/*! Production:: math_expression : css_value */
85+
86+
/*! Production:: math_expression : css_variable */
87+
88+
/*! Production:: math_expression : math_expression ADD math_expression */
89+
90+
/*! Production:: math_expression : math_expression DIV math_expression */
91+
92+
/*! Production:: math_expression : math_expression MUL math_expression */
93+
94+
/*! Production:: math_expression : math_expression SUB math_expression */
95+
96+
/*! Production:: math_expression : value */
97+
98+
/*! Production:: value : NUMBER */
99+
100+
/*! Production:: value : SUB NUMBER */
101+
102+
/*! Rule:: $ */
103+
104+
/*! Rule:: (--[0-9a-z-A-Z-]*) */
105+
106+
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)% */
107+
108+
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)Hz\b */
109+
110+
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)\b */
111+
112+
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)ch\b */
113+
114+
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)cm\b */
115+
116+
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)deg\b */
117+
118+
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)dpcm\b */
119+
120+
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)dpi\b */
121+
122+
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)dppx\b */
123+
124+
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)em\b */
125+
126+
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)ex\b */
127+
128+
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)grad\b */
129+
130+
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)in\b */
131+
132+
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)kHz\b */
133+
134+
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)mm\b */
135+
136+
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)ms\b */
137+
138+
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)pc\b */
139+
140+
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)pt\b */
141+
142+
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)px\b */
143+
144+
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)rad\b */
145+
146+
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)rem\b */
147+
148+
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)s\b */
149+
150+
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)turn\b */
151+
152+
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)vh\b */
153+
154+
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)vmax\b */
155+
156+
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)vmin\b */
157+
158+
/*! Rule:: ([0-9]+(\.[0-9]*)?|\.[0-9]+)vw\b */
159+
160+
/*! Rule:: ([a-z]+) */
161+
162+
/*! Rule:: (calc) */
163+
164+
/*! Rule:: (var) */
165+
166+
/*! Rule:: , */
167+
168+
/*! Rule:: - */
169+
170+
/*! Rule:: \( */
171+
172+
/*! Rule:: \) */
173+
174+
/*! Rule:: \* */
175+
176+
/*! Rule:: \+ */
177+
178+
/*! Rule:: \/ */
179+
180+
/*! Rule:: \s+ */
181+
182+
/*! decimal.js-light v2.5.1 https://github.com/MikeMcl/decimal.js-light/LICENCE */
183+
184+
/**
185+
* A better abstraction over CSS.
186+
*
187+
* @copyright Oleg Isonen (Slobodskoi) / Isonen 2014-present
188+
* @website https://github.com/cssinjs/jss
189+
* @license MIT
190+
*/
191+
192+
/** @license React v0.20.1
193+
* scheduler.production.min.js
194+
*
195+
* Copyright (c) Facebook, Inc. and its affiliates.
196+
*
197+
* This source code is licensed under the MIT license found in the
198+
* LICENSE file in the root directory of this source tree.
199+
*/
200+
201+
/** @license React v16.13.1
202+
* react-is.production.min.js
203+
*
204+
* Copyright (c) Facebook, Inc. and its affiliates.
205+
*
206+
* This source code is licensed under the MIT license found in the
207+
* LICENSE file in the root directory of this source tree.
208+
*/
209+
210+
/** @license React v17.0.1
211+
* react-dom.production.min.js
212+
*
213+
* Copyright (c) Facebook, Inc. and its affiliates.
214+
*
215+
* This source code is licensed under the MIT license found in the
216+
* LICENSE file in the root directory of this source tree.
217+
*/
218+
219+
/** @license React v17.0.1
220+
* react-is.production.min.js
221+
*
222+
* Copyright (c) Facebook, Inc. and its affiliates.
223+
*
224+
* This source code is licensed under the MIT license found in the
225+
* LICENSE file in the root directory of this source tree.
226+
*/
227+
228+
/** @license React v17.0.1
229+
* react-jsx-runtime.production.min.js
230+
*
231+
* Copyright (c) Facebook, Inc. and its affiliates.
232+
*
233+
* This source code is licensed under the MIT license found in the
234+
* LICENSE file in the root directory of this source tree.
235+
*/
236+
237+
/** @license React v17.0.1
238+
* react.production.min.js
239+
*
240+
* Copyright (c) Facebook, Inc. and its affiliates.
241+
*
242+
* This source code is licensed under the MIT license found in the
243+
* LICENSE file in the root directory of this source tree.
244+
*/
245+
246+
/**!
247+
* @fileOverview Kickass library to create and place poppers near their reference elements.
248+
* @version 1.16.1-lts
249+
* @license
250+
* Copyright (c) 2016 Federico Zivolo and contributors
251+
*
252+
* Permission is hereby granted, free of charge, to any person obtaining a copy
253+
* of this software and associated documentation files (the "Software"), to deal
254+
* in the Software without restriction, including without limitation the rights
255+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
256+
* copies of the Software, and to permit persons to whom the Software is
257+
* furnished to do so, subject to the following conditions:
258+
*
259+
* The above copyright notice and this permission notice shall be included in all
260+
* copies or substantial portions of the Software.
261+
*
262+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
263+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
264+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
265+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
266+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
267+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
268+
* SOFTWARE.
269+
*/
270+
271+
//! moment.js

portal-ui/build/static/js/2.ecc33f53.chunk.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

portal-ui/build/static/js/main.52ab27f8.chunk.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

portal-ui/build/static/js/main.52ab27f8.chunk.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)