Commit Graph

548 Commits

Author SHA1 Message Date
Cody Jackson ed1ea6373f Remove custom VueRouter.resolve
replace and push both work  as intended. You can
specify a a full url  if you don't want to have the baseUrl
prepended. Better yet, if you're navigating within
the app it's better to specify a location.

The custom resolve was actually breakinging a huge
amount of links in the app which was caused 404s if a
user attempted to open a link in a new tab. Most things appeared to work presumably because vue-router
was handling the page switches instead of the browser.

rancher/dashboard#643
2020-05-13 17:44:20 -07:00
Vincent Fiduccia 16a51b9045
Merge pull request #626 from codyrancher/new-ingress
Updating Ingress to implement new requirements
2020-05-13 12:02:43 -07:00
Cody Jackson dfb3ed18bd Updating Ingress to implement new requirements
rancher/dashboard#272
2020-05-12 16:38:13 -07:00
Vincent Fiduccia fa8353629e
Merge branch 'master' into table-translations 2020-05-12 11:00:41 -07:00
Cody Jackson 7cf89800f6 Translating table headers 2020-05-12 10:17:20 -07:00
Cody Jackson 2417c11cd3 Adding translations for constraints and nodes 2020-05-12 09:24:04 -07:00
Vincent Fiduccia 4d7142e560
WindowManager for container logs and shell 2020-05-12 03:15:12 -07:00
Westly Wright 1fa55daeb9
Add additional transltion & conditional for namespace detail
Create/Edit will show a create-ish translation where detail will show a
detail-ish translation.
2020-05-08 14:24:24 -07:00
Westly Wright 4ee34b17c5
add increment to infoboxcluster exponent needed checks 2020-05-08 14:17:15 -07:00
Westly Wright eeebfb51b5
style fixes and translations 2020-05-08 14:17:15 -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 60eec62557
move container default resource limit label to component
refactor markup to include this and give some breathing room around the
component.
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
Westly Wright 0deb1375a8
add container resource limit component
rancher/rancher#594
2020-05-08 14:17:15 -07:00
Vincent Fiduccia 04b3ae12ae
Merge pull request #624 from lvuch/lh-0507
node detail, scroll helper
2020-05-08 11:14:26 -07:00
lvuch 660b871ba6 lint fix 2020-05-07 19:38:47 -07:00
lvuch 9a1d3d6f72 620 598 2020-05-07 19:28:49 -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
Vincent Fiduccia b626fc506f
Merge pull request #599 from mantis-toboggan-md/yaml-create-preview-edit
'read from file' button for YAML editor
2020-05-05 16:26:38 -05: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 0fd5b11d97
Update Masthead.vue 2020-05-04 14:47:07 -07:00
Nancy Butler e13a597690 add file uploader to yamleditor; add button to resourcedetail 2020-05-04 14:29:34 -07:00
Vincent Fiduccia 76a131a357
Merge pull request #591 from lvuch/lh-0430
cluster dropdown, searchable dropdowns
2020-05-04 12:27:20 -05:00
Vincent Fiduccia 660b077eef
Merge pull request #588 from mantis-toboggan-md/masthead
masthead fixes
2020-05-01 15:39:07 -05:00
lvuch beb3209977 552 2020-05-01 13:15:47 -07:00
Nancy Butler fce68cdd21 move description to masthead, remove from detailTop 2020-05-01 11:49:36 -07:00
Westly Wright 702284ca11
remove unneeded style imports 2020-05-01 09:50:30 -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
Westly Wright 986f2794f5
design changes for cluster overview infobox/infoboxcluster
Pulls basic info out into detail top.
Drops node info except total cluster which moves to detail top.
Changes InfoBoxCluster to use grid instead of flex. I did not change the main
InfoBox styles because I think flex may work better in most cases as we may not
know how many colums we have. This columns are set on the cluster info though so
defining a grid layout makes more sense and also lays out better.

rancher/rancher#580
2020-04-30 12:20:00 -07:00
Westly Wright e91ad75f4a
change vertical align on percentage bar to align center properly 2020-04-30 12:16:24 -07:00
Westly Wright 98e1dd55f2
Change DetailTop to use css grid
flex box is nice for growing and shrinking content but in somecases the wrapping
is really off. Css grid works better in detail top because we can align the
content more simply and we can define a set number of columns. Additionally with
media queries we can easily change the amount of columns on the fly.
2020-04-30 12:16:24 -07:00
Vincent Fiduccia 4198fb3ad7
Merge pull request #579 from westlywright/cluster.provider
Better parsing for a cluster provider info
2020-04-30 12:29:01 -05:00
Vincent Fiduccia 967c775b81
Merge pull request #576 from mantis-toboggan-md/masthead
masthead changes
2020-04-30 12:25:04 -05:00
Westly Wright 67a1683ed5
even out gatekeeper info box
rancher/rancher#392
2020-04-28 14:50:01 -07:00
Westly Wright d98ffb4585
Better parsing for a cluster provider info
rancher/dashboard#478
2020-04-28 14:36:32 -07:00
lvuch 7c53eea152 577 2020-04-28 14:04:22 -07:00
Nancy Butler 51085428bb fix Gollum-esque pluralizing 2020-04-28 13:18:07 -07:00
Nancy Butler f9ce86791c masthead 2020-04-28 13:03:53 -07:00
Vincent Fiduccia 35ae0f3da1
Merge pull request #550 from westlywright/opa.bugs2
Gatekeeper Config Bugs
2020-04-28 13:58:32 -05:00
Vincent Fiduccia 37e2d49b93
Merge pull request #566 from westlywright/cluster.overview.refactor
ui/ux updates for cluster overview
2020-04-28 13:33:50 -05:00
Westly Wright 787a47d9b0
drop unused computed props 2020-04-28 11:32:09 -07:00
Westly Wright 406035d3d5
Remove unneeded params and fix async button enable mode 2020-04-28 11:04:05 -07:00
Westly Wright 6129ed91fc
refactor labels down to form/footer for pr feedback 2020-04-28 10:23:52 -07:00
Westly Wright 486ef7ee3d
Expose labels for create and edit buttons in form/footer 2020-04-28 10:23:52 -07:00
Westly Wright 1edfd2a006
Correctly wait for the gatekeeper app to be ready
app doesn't have a state so all the logic was a little wonky, the state must
have been removed. setup the app to watch for the deployed condition instead.
refactored the logic about sending out the emit a bit too so that the config
observer sends the event only if the wait for contidion call int he enable has
failed. it seems a little bonkers to wait 60 seconds which can happen some
times. 30 second default should be more than enough in most cases so this really
catches outside cases where clusters may be bogged down and slow.

rancher/dashboard#371 - Scenario 2
2020-04-28 10:23:52 -07:00