Commit Graph

50 Commits

Author SHA1 Message Date
Vincent Fiduccia 3d86690f68
Fleet 2020-09-21 03:33:07 -07:00
Vincent Fiduccia 9ad62bf02a
More fleet 2020-09-16 04:25:39 -07:00
Vincent Fiduccia 85bac4e869
Nav changes for fleet 2020-09-10 03:00:18 -07:00
lvuch 33984ca71e workload tab cleanup 2020-08-18 12:09:12 -07:00
Cody Jackson fc0f099179 Switched existing code to use FileSelector 2020-08-10 15:08:53 -07:00
Vincent Fiduccia e4e07ef890
Merge pull request #968 from mantis-toboggan-md/workload-no-wizard
Update workload create flow
2020-08-06 15:55:03 -07:00
Nancy Butler fa7e1afa39 fix CruResource
put CruResource in Workload

show/hide tabs

tab scrolling behavior

masthead nameDisplay
2020-08-05 15:39:49 -07:00
lvuch 112bee60eb sortable table 2020-08-05 14:00:43 -07:00
Vincent Fiduccia 2f2625a471
Start supporting multi chart install 2020-08-04 11:10:13 -07:00
Nancy Butler 98ebfb6760 workload wizard pr feedback 2020-07-29 15:55:05 -07:00
Nancy Butler 07fbfd7963 use params.resource as type in workload list/edit 2020-07-29 09:33:34 -07:00
Vincent Fiduccia 0ef5d19650
Repo edit 2020-07-27 19:13:05 -07:00
Vincent Fiduccia 12202a0aa8
App launch wizard 2020-07-22 03:56:06 -07:00
Vincent Fiduccia 3a6f3d07fc
Install Chart 2020-07-22 03:55:41 -07:00
Cody Jackson dd2f80315e Hide DetailTop on yaml view and prevent Show # Annotations from navigating away from the page
It looks like the nuxt changes caused the use of href="#" to navigate away from the current page. This change prevents the default action and keeps the user on the page when clicking Show # Annotations.

We also wanted to hide DetailTop on the yaml page.

rancher/dashboard#867
2020-07-21 17:32:13 -07:00
Cody Jackson ece87754c5 Masthead update
rancher/dashboard#817
2020-07-15 14:24:29 -07:00
Vincent Fiduccia ba5fba343d
Product switcher 2020-07-10 11:26:00 -07:00
Vincent Fiduccia 174b39b982
Define products 2020-07-10 11:25:45 -07:00
Nancy Butler 9a79281b1d fix fixing of doneParams 2020-06-30 12:07:52 -07:00
Nancy Butler 1fa29cf341 fix resourcedetail params instead of removing list page params 2020-06-25 11:39:19 -07:00
lvuch b27bea0345 372 2020-06-19 12:27:29 -07:00
Nancy Butler 6d352f9beb do not clean yamls for create 2020-06-09 13:27:45 -07:00
Cody Jackson 72d6e8f3da Ensure originalModel is defined for create in ResourceDetail
Switching masthead over to use originalModel broke create
pages because originalModel was null. This ensures that
originalModel is defined.
2020-06-08 13:05:37 -07:00
Vincent Fiduccia 14a9e9b501
Merge pull request #724 from codyrancher/resource-updates
Fixing cordon/uncordon on the detail page
2020-06-08 12:30:17 -07:00
Cody Jackson f109e771a5 Fixing cordon/uncordon on the detail page
There were two issues that were causing the 409s.
1. When using cluster/find the resource wasn't being watched
    so the resource was out of date.
2. Cloned resources don't get the updates either.

This change provides and option to to allow cluster/find to
watch the resource and when in VIEW mode the resource isn't
cloned so it can receive updates.

rancher/dashboard#679
2020-06-08 10:30:47 -07:00
Cody Jackson 827f4b5a3f Implementing the new Ingress requirements and bugfixes
rancher#272
2020-06-08 09:55:45 -07:00
Vincent Fiduccia 200504650a
Update rio image 2020-06-04 16:06:15 -07:00
Vincent Fiduccia d17f79576b
Rio fixes 2020-06-04 16:06:15 -07:00
Westly Wright 35ee19a9ee
add change that got rebased out back in to allow for edit component
if a customDetail doesn't exist

changes got borked somehow here https://github.com/rancher/dashboard/pull/689
2020-06-04 09:21:17 -07:00
Vincent Fiduccia 31ea3b138e
Eslint changes new nuxt defaults want 2020-05-28 14:22:52 -07:00
Nancy Butler 8088d572b0 cleanup 2020-05-26 10:04:47 -07:00
Nancy Butler 1bde772cf2 yaml in generic detail 2020-05-26 09:47:40 -07:00
Nancy Butler da312f6969 fallback to genericresourcedetail
ownerref and conditions tabs
2020-05-26 09:13:13 -07:00
Cody Jackson 4e6632096e Making a number of OPA fixes
- Constraint YAML cancel button will take you back to the constraint
page.
- Updated the mastheads of constraint and template.
- Constraint Create as Yaml now works
- Constraints and templates can be cloned now.

rancher/rancher#523
rancher/rancher#622
rancher/rancher#398
2020-05-18 18:21:26 -07:00
Westly Wright f2f1a6a0b2
PR feedback
remvoe unused udpateExternalName method
change form-name-desc v-if
rollback change to show cancel on view page
2020-05-18 14:07:16 -07:00
Westly Wright bf3d929dbc
More refactoring for masthead and yaml-viewing
rolled back some changes i made to resource detail & showing the
correct component
changed the name of hasDetail to be more descriptive of what it is
2020-05-18 13:54:35 -07:00
Westly Wright ac3597ac4c
refactor resource detail edit/detail selection
Add additional checks for asYamlInit
Refactor checks for showComponent selection
2020-05-18 13:54:35 -07:00
Nancy Butler a26f61b904 use js-yaml parsing and resource proxy obj for yaml edit/clone
map _type->type in create-yaml

use link for yaml instead of parsing JSON
2020-05-14 12:52:01 -07:00
Nancy Butler 2ecc94b9e2 . 2020-05-14 12:51:28 -07:00
Vincent Fiduccia 4d7142e560
WindowManager for container logs and shell 2020-05-12 03:15:12 -07:00
codyrancher 07e4f7f30d
Merge pull request #590 from codyrancher/nodes-2
Updating the Node pages to reflect the new requirements
2020-05-07 14:23:34 -07:00
Cody Jackson 0d1969048f Updating the Node pages to reflect the new requirements
rancher/dashboard#241
2020-05-06 10:22:11 -07:00
Nancy Butler 3c370f56fa remove upload toggle prop in favor of calling methods on refs 2020-05-04 17:32:32 -07:00
Nancy Butler fdbe07f527 use prop instead of ref to show yaml fil upload 2020-05-04 16:29:16 -07:00
Nancy Butler e13a597690 add file uploader to yamleditor; add button to resourcedetail 2020-05-04 14:29:34 -07:00
Nancy Butler fce68cdd21 move description to masthead, remove from detailTop 2020-05-01 11:49:36 -07:00
Nancy Butler bb9ca9742b remove loaddeps from breadcrumbs in favor of synchonous operation 2020-04-30 17:06:45 -07:00
Nancy Butler 7c06d7a3f6 remove originalModel from create pages 2020-04-30 17:00:30 -07:00
Nancy Butler c6ffe710b1 cluster name in breadcrumbs and translations in masthead
fix error on namespace create screen
2020-04-30 15:16:36 -07:00
Nancy Butler f9ce86791c masthead 2020-04-28 13:03:53 -07:00