Commit Graph

1197 Commits

Author SHA1 Message Date
Nancy Butler 19069cfe83 add terminationgraceperiodseconds to job/cronjob scaling/upgrading tab
fix args input

update container name when workload name changes in create
2020-11-24 10:44:24 -07:00
Vincent Fiduccia 388206ecfa
Merge branch 'master' into lh-cleanup 2020-11-23 13:28:34 -07:00
Vincent Fiduccia 0aa439c808
Merge pull request #1876 from westlywright/bugs.dropdown.buttons
New Select Components
2020-11-23 13:14:13 -07:00
Vincent Fiduccia 36e247716d
Merge pull request #1874 from n313893254/chinese
Update RBAC and storage chinese translation
2020-11-23 11:53:00 -07:00
Vincent Fiduccia 2539416013
Merge pull request #1854 from lvuch/lh-1116
wip modal delete
2020-11-23 11:51:53 -07:00
Vincent Fiduccia d4e48fdc11
Load the component 2020-11-23 11:38:58 -07:00
Westly Wright 3b242cbd27
ensure nsfilter stays open after select 2020-11-23 09:24:58 -07:00
Westly Wright f729b5c399
PR review removing unneeded code 2020-11-23 09:24:58 -07:00
Westly Wright 09ea85c9f0
New Select Components
Coalesce all v-select usage into one of three new select, labeled select, and multi-select components.
Additionally this updates the dropdown button component to use the
v-select lib as well.
Formatting on files i've touched.
Add translations where I found them missing in components I touched.
Fixes a lot of bugs related to dropdowns.

refactor vue select

focusing labeled select

update namespace filter to form select

update product switcher to use select

update workspace filter to use select

select should have no default placement otherwise dd is attached to body

combining and cleaning up select styles

header filter styling issues

more style cleanup

no longer need weird z-indexing after fixing dd's

lighten up scrollbar for dropdowns & dark theme

padding cleanup for header dd's

fix workload ports

input with select should use labled select or select if no label

All labeled select components using labels, otherwise select

min width and hide broswer clear button

style cleanup

Default searchable to false unless >= 10 options

rebase fixes

wip new dd button

change button dd to click action instead of nested templates

rebasing issue

close on select

remove button dropdown from keyvalue

wip

remove old button dropdown

more cleanup

fix bug where inline options would recompute

Fix borders for new style

product menu

remove button dropdown from list masthead

new namespace design

fix padding on apps nav
2020-11-23 09:24:55 -07:00
Nancy Butler 8f242400e5 scan detail page report picker 2020-11-20 15:10:35 -07:00
Nancy Butler b3f449c2de warn for deletion of any scan profile 2020-11-20 14:31:10 -07:00
lvuch e42a626357 1875 2020-11-20 14:19:02 -07:00
n313893254 7c53526661 Update RBAC and storage chinese translation 2020-11-20 09:40:01 +08:00
Vincent Fiduccia a5823f3a0b
Merge pull request #1857 from mantis-toboggan-md/secret-cruresource
fix show/hide sensitive data buttongroup behavior
2020-11-19 15:22:00 -07:00
Vincent Fiduccia 2c5fa6ab65
Merge pull request #1835 from codyrancher/constraint-polish
Constraint polish
2020-11-19 15:20:37 -07:00
Vincent Fiduccia 2cdc46f47b
Merge pull request #1856 from mantis-toboggan-md/workload-box-style
update simple-box to InfoBox
2020-11-19 14:32:19 -07:00
Vincent Fiduccia 5761b5c0fc
Merge pull request #1852 from mantis-toboggan-md/workload-ux-polish
Container environment variables
2020-11-18 12:34:01 -07:00
Cody Jackson 73e0a56443 Adding more polish to OPA Gatekeeper
rancher/dashboard#1773
2020-11-17 23:27:24 -07:00
Cody Jackson 95f53c4e7e Fixing several issues that were causing fields to not update
- Several fields weren't observable so updates to them didn't update the page
- Rule selectors were broken. Updating one row updated all because arrayList pushed the same defaultAddValue object instead of cloning it
- The layout of rule selector wasn't quite right so I updated it as well.
2020-11-17 23:14:40 -07:00
Cody Jackson 80b37a78d2 Updating the look and feel of the constraint edit pages
rancher/dashboard#1773
2020-11-17 23:14:40 -07:00
Cody Jackson dcad01a17a Moving gatekeeper-constraint to be a spoofedType 2020-11-17 23:14:40 -07:00
Nancy Butler b3716b2e19 toggle hide data button behavior 2020-11-17 12:06:55 -07:00
Nancy Butler 85b3e3d6cd update simple-box to InfoBox 2020-11-17 11:57:00 -07:00
lvuch 17bd97edc4 tweak detail view 2020-11-17 10:59:08 -07:00
lvuch 4f4b8ed2e6 wip modal delete 2020-11-17 10:44:43 -07:00
Nancy Butler 71d581e919 envvar one list 2020-11-17 08:29:53 -07:00
Nancy Butler 067cf52ef8 add configmap to envvar 2020-11-16 19:47:45 -07:00
n313893254 06609734e2 Update node and workload chinese translation 2020-11-17 10:18:39 +08:00
Vincent Fiduccia 330edcd889
Merge pull request #1837 from mantis-toboggan-md/secret-cruresource
sensitive data ux fixes
2020-11-13 15:01:11 -07:00
n313893254 5217edd49d Update catalog chinese translation 2020-11-13 16:48:37 +08:00
Vincent Fiduccia 8a6c92e5da
Merge pull request #1833 from codyrancher/array-list-grouped-scss
Making the style of the ArrayListGroup more targeted
2020-11-12 15:58:32 -07:00
Nancy Butler 868c045273 sensitive data feedback 2020-11-12 11:35:58 -07:00
Nancy Butler cf96dae358 show as yaml if volume type doesn't have form 2020-11-11 14:33:39 -07:00
Cody Jackson b49380c2c2 Making the style of the ArrayListGroup more targeted
Increased the specificity of the scss selectors so it wouldn't style sublists.
2020-11-11 12:31:56 -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 e882d6ed7b fix template error in keyvalue 2020-11-10 11:13:42 -07:00
Nancy Butler 08c479a345 update configmap to show binaryData and data in one keyvalue 2020-11-10 09:47:03 -07:00
Vincent Fiduccia 3517fca974
Merge pull request #1801 from n313893254/chinese
Update cluster dashboard Chinese tranlation
2020-11-09 16:21:29 -07:00
Vincent Fiduccia 84280fa160
Merge pull request #1783 from mantis-toboggan-md/bugfix-workload-storage
Bugfix workload storage
2020-11-09 16:03:43 -07:00
Vincent Fiduccia 182e5e18d7
Merge pull request #1776 from codyrancher/ingress-edit-view
Improving the edit and view pages of ingress
2020-11-09 15:41:07 -07:00
Vincent Fiduccia b366ff085c
Merge pull request #1716 from mantis-toboggan-md/secret-cruresource
Secrets UX update
2020-11-09 15:38:29 -07:00
n313893254 da933cd454 Update Chinese tranlation 2020-11-07 13:57:33 +08:00
Cody Jackson 7b9a65af41 Adding the ArrayListGrouped component
rancher/dashboard#1737
2020-11-05 14:29:29 -07:00
Nancy Butler 248556a2d6 use dropdown for env from resource 2020-11-04 12:10:17 -07:00
Cody Jackson 9cb1c7d878 Resolving receiver issues
- Edit as yaml on a created resource wasn't calling the yamlSaveOverride
- Erroneously set required_tls default for webhooks
- camel cased a field that wasn't supposed to be
2020-11-03 14:41:39 -07:00
Cody Jackson b22f3a6e30 Improving the edit and view pages of ingress
- Move the default backend tab to be after rule
- Validation of the "target service" should be a tool tip and color
- Putting a "/" de-focuses
- Combine the rule and certs into one table instead of multiple boxes, need a name

rancher/dashboard#1755
2020-11-03 12:37:05 -07:00
Vincent Fiduccia 87fd5d9904
Tweaks
- Move, size, center default column
- Deemphasize unchecked value for Checked column formatter
- Removed 60% width on target, percentages are of the entire table
instead of being of the remaining space, so this ends up making other
columns not fit
2020-10-30 16:12:01 -07:00
lvuch dd4c6f91ae add icons and style tweaks 2020-10-30 15:19:55 -07:00
Cody Jackson c7ec755504 Improving the Ingress list page 2020-10-30 14:40:33 -07:00
Nancy Butler 2f2abee41d move secrets related workloads into resourcetabs 2020-10-30 10:49:38 -07:00