Richard Cox
7d355462df
User - List (actions), Create, Clone, Edit, Details
...
- Update Users list with actions
- Add User create/edit page
- Add User details page
- Brought over user/principal global role validation from ember world
2021-02-24 11:07:02 +00:00
Nancy Butler
e572ac137c
auth component issues
...
fix google save action
2021-02-19 11:43:01 -07:00
Richard Cox
8fd85d7553
Add new Accounts & API Keys Page
...
-Add a new Accounts and API Keys page accessible via user avatar drop down
-Add new change password feature to Accounts page
2021-01-25 11:51:11 +00:00
Westly Wright
534e0a982b
Monitoring UI Polish - Overview & Create Route
...
rancher/dashboard#1986
update receiver tabs and labeled tooltips
fix styling on receiver responder rows
2021-01-11 09:25:27 -07:00
Nancy Butler
b334d3e80d
scan inputs, validate cron
2020-12-14 09:16:51 -07:00
Nancy Butler
5783bd47b8
scan report name consistency
...
improve check for cis version
scan detail hang while report generates
cron type input
2020-12-11 07:47:53 -07:00
Vincent Fiduccia
467d900eb8
Various spacing and alignment things eveywhere
2020-12-09 14:21:22 -07:00
Westly Wright
24bee624a7
Dropdown bugs
...
Z-indexing issues for dd content
Dropdown height issues
Placeholder placement issues
rancher/dashboard#1896
rancher/dashboard#1933
2020-12-01 15:14:50 -07:00
Vincent Fiduccia
8746ab077c
Form component props standardizing
2020-12-01 01:09:24 -07:00
Vincent Fiduccia
ecfecd9971
Remove Stories
2020-11-30 23:28:23 -07:00
Vincent Fiduccia
936f54da24
fetch vs asyncData, moreDetails, parentOverride, pod moredetails
2020-11-30 23:28:21 -07:00
Westly Wright
143f758d3d
Expose Mon v2 certDir for RKE 1 Clusters
...
rancher/dashboard#1787
2020-11-30 14:54:15 -07:00
Nancy Butler
868c045273
sensitive data feedback
2020-11-12 11:35:58 -07:00
Nancy Butler
bf2273b150
hide search clear button
...
workload ports restyle
remove buttondropdown from envvars
move replicas, schedule out of container tab
2020-11-10 15:25:11 -07:00
Nancy Butler
c37fe9017f
toggle show/hide sensitive data pref
...
add line breaks to view mode multiline input;
hide info mode for labeledinput and clickexpand
2020-10-30 10:43:04 -07:00
Vincent Fiduccia
f5f12841a1
Disable autocapitalize on form fields (e.g. login username, resource names)
2020-10-27 17:38:41 -07:00
Cody Jackson
2fda04ef4f
Making Name required for non-namespaced resources
...
rancher/dashboard#1507
2020-10-06 10:58:22 -07:00
Cody Jackson
0fff2f7094
ClusterOutput and Output implementation
...
rancher/dashboard#1102
rancher/dashboard#1103
2020-09-18 17:54:07 -07:00
Vincent Fiduccia
b56af4e94a
Show values yaml on installed apps
2020-08-28 16:38:48 -07:00
Nancy Butler
89990779fe
view mode styling, get pods with findMatching
2020-08-25 08:26:34 -07:00
Cody Jackson
501a2bf8d8
Adding a tooltip to target service
...
- Added a tooltip to LabeledInput and LabeledSelect
- We now show the warning border and tooltip when a target service doesn't exist
https://github.com/rancher/dashboard/pull/816#issuecomment-655670728
2020-08-21 16:26:11 -07:00
Nancy Butler
6a725e3078
style fixes
...
nodescheduling fix
no 'hide tabs' option
2020-08-10 08:00:47 -07:00
Nancy Butler
325c63000a
workload create/edit fixes
2020-08-03 14:49:55 -07:00
Nancy Butler
f0becb03c6
desgin feedback
2020-06-17 09:34:43 -07:00
Nancy Butler
30632f1eb9
pod detail
2020-06-08 08:55:43 -07:00
Nancy Butler
3addd202bc
container component
2020-06-02 12:40:38 -07:00
Nancy Butler
eea714f3a7
fix workload node affinity
2020-05-29 14:23:23 -07:00
Nancy Butler
012879dc51
refactor matchexpressions
2020-05-26 13:56:10 -07:00
Westly Wright
ee506fb2a4
add placeholder to labeled input
2020-05-08 14:17:15 -07:00
Westly Wright
e925a75f77
Move container default resource limit to tabs
...
rancher/rancher#568
rancher/rancher#569
2020-05-08 14:17:15 -07:00
Westly Wright
291a9d6a5f
add suffix to labeled input view mode
...
add rules for creat/edit vs view for labeled input css to show the suffix inline
on the view page, where create and edit will have the old styles
2020-05-08 14:17:15 -07:00
Vincent Fiduccia
8bf1f45bca
Merge pull request #536 from codyrancher/template-switcher
...
Disable editing a constraint's constraint template
2020-04-26 14:46:41 -05:00
Cody Jackson
ab70740ff9
Disable editing a constraint's constraint template
...
Editing a constraint's constraint template would require us to delete
the existing constraint and create a new one transactionally. Since
the backend doesn't support this transaction of we're disabling the ability
to edit which template is being used.
I also noticed a number of inconcictencies and poor behaviors
with the LabeledSelect component so I went ahead and made
it consistent with LabeledInput.
- The search field switched to a color distinct from the rest of the container
when disabled and hovered.
- There wasn't a focus outline.
- The size was slightly different because it was in a container
- There was a distinct background color around the arrow indicator
rancher/dashboard#433
2020-04-24 16:25:01 -07:00
Nancy Butler
cdeb02a221
clean up
2020-04-24 12:04:15 -07:00
Nancy Butler
6249c766ab
placeholder visibility
...
secret type display in edit form
add custom secret types
description as prop in namens
secret styling
service account link in list view for service acct token secrets
2020-04-24 12:04:15 -07:00
Nancy Butler
d18bd41dab
workload detail and create bugfixes
2020-04-02 11:37:39 -07:00
Cody Jackson
a84968ef68
Fix Selectors according to the selected operation
...
The set operators should not have a values field when getting saved.
rancher/dashboard#404
2020-03-25 15:29:17 -07:00
Westly Wright
75aefef462
Fix padding for labeled input with type number
2020-03-13 14:02:09 -07:00
Cody Jackson
1265853652
Implement the view, create and edit pages for constraints
...
This implementst the view, create and edit pages for the
gatekeeper constraints. The constraint templates weren't
touched since we intend to only use the yaml editor.
rancher/dashboard#307
2020-03-02 12:43:39 -07:00
Nancy Butler
b77fad0eec
endpoints in workload list instead of ports
...
focus on name field in NameNSDescription initially
focus type field when value from resource added
remove button for values from resource
2020-02-27 12:59:20 -07:00
Nancy Butler
6eba4f6eff
workload create/edit
...
workload list individually;
2020-02-24 09:45:00 -07:00
Nancy Butler
0e6b4b1fc5
secret UX fixes
2020-02-10 10:49:04 -07:00
Vincent Fiduccia
6a3efbbc83
Better setup
2019-11-11 01:55:29 -07:00
Vincent Fiduccia
15abff67cb
Local login, start setup flow
2019-10-29 19:03:43 -07:00
Vincent Fiduccia
434329b04a
CRUD Service
2019-10-28 02:22:27 -07:00
Vincent Fiduccia
718b5c5adc
Edit Service
2019-10-14 17:48:17 -07:00
Vincent Fiduccia
29f84969c1
Services
2019-10-11 11:48:36 -07:00
Vincent Fiduccia
6ebb4bf25b
Start create service
2019-10-01 13:07:18 -07:00
Vincent Fiduccia
e8a21d42bc
Secrets
2019-10-01 02:22:25 -07:00
Vincent Fiduccia
44e1a93b94
Form elements, Config map CRUD
2019-09-30 15:21:07 -07:00