Commit Graph

18 Commits

Author SHA1 Message Date
Cody Jackson fc9eef90fb Fixing two issues that showed up in pod scheduling
- The first issue was caused by the introductions of ArrayListGrouped and not updating all references appropriately
- The other was caused by LabeledSelect calling the @input handler twice for every selection. The handler was toggling which caused the value to always reset. It looks like the reason labeled select was calling the handler twice was because of having both v-bind="$attrs" and @input="...". So i removed @input and verified that LabeledSelect still works for both v-model and value/@input.

rancher/dashboard#2211
2021-02-10 14:56:12 -07:00
Vincent Fiduccia 492c30e5a3
Merge branch 'master' into lh-1217 2020-12-22 14:09:45 -07:00
Vincent Fiduccia 135c7da291
Merge pull request #2060 from codyrancher/array-list-grouped-migration
Replacing Inbox v-for with ArrayListGrouped
2020-12-22 12:18:23 -07:00
Vincent Fiduccia f1fc0728c7
MatchExpressions spacing 2020-12-22 00:54:14 -07:00
lvuch d4518521c1 2105 2020-12-21 10:47:06 -07:00
Cody Jackson 93ed5b0f0c Replacing Inbox v-for with ArrayListGrouped
I also made a couple of stylistic changes to the mount component under
workloads since the spacing was a little off.

rancher/dashboard#1919
rancher/dashboard#1962
2020-12-10 16:55:03 -07:00
Nancy Butler 196674a075 allow 0 replicas
clear env var fields when type changed

fix stdin/tty in workload create

no clone job

node/pod affinity re-do
2020-12-03 16:26:56 -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
Nancy Butler 85b3e3d6cd update simple-box to InfoBox 2020-11-17 11:57:00 -07:00
n313893254 06609734e2 Update node and workload chinese translation 2020-11-17 10:18:39 +08: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 cad68aaec2 add pod selector btn 2020-09-16 17:36:41 -07:00
lvuch 59518551d0 more workload changes 2020-08-19 10:54:43 -07:00
lvuch 33984ca71e workload tab cleanup 2020-08-18 12:09:12 -07:00
Nancy Butler 325c63000a workload create/edit fixes 2020-08-03 14:49:55 -07:00
Nancy Butler 374f0a20b8 detail page style guidelines 2020-06-17 15:48:42 -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