Neil MacDougall
5eef1b33bf
Merge pull request #3066 from nwmac/styling-refinements
...
Styling refinements
2021-05-24 16:43:23 +01:00
Neil MacDougall
92c60a6897
Merge pull request #3065 from nwmac/subscription-key-regex
...
Add simple validation for subscription key
2021-05-24 16:32:53 +01:00
Neil MacDougall
07bf1390a5
Add simple valiadtion for subscription key
2021-05-24 16:09:05 +01:00
Neil MacDougall
a445a39789
Merge pull request #3062 from nwmac/remove-nav-debug
...
Remove debug json in side navigation
2021-05-24 15:49:44 +01:00
Neil MacDougall
ac5b2679cf
Remove debug json in side navigation
2021-05-24 11:15:41 +01:00
Vincent Fiduccia
a73176a549
Merge pull request #3058 from vincent99/master
...
NavLink support
2021-05-22 14:25:09 -07:00
Vincent Fiduccia
a083312b00
Support showing ui.cattle.io.navlinks in the nav
2021-05-22 01:45:42 -07:00
Vincent Fiduccia
e3e7620a72
NamespaceFilter should be on all explorer pages
2021-05-21 14:41:51 -07:00
Vincent Fiduccia
386d8a33eb
Merge pull request #3053 from mantis-toboggan-md/no-telemetry-for-dev
...
default telemetry to off when dev build
2021-05-21 10:30:16 -07:00
Nancy Butler
3467b19f41
default telemetry to off when dev build
2021-05-21 09:37:07 -07:00
Neil MacDougall
521e4f02eb
Tweaks to setup page
2021-05-21 12:25:51 +01:00
Neil MacDougall
2f6f1d90ae
Minor styling refinements
2021-05-21 12:05:06 +01:00
Vincent Fiduccia
09ff094c9a
Merge pull request #3051 from vincent99/master
...
Fix setup flow with old settings api
2021-05-21 03:11:22 -07:00
Vincent Fiduccia
c3cd7ccdc8
Fix setup flow with old settings api
2021-05-21 02:59:41 -07:00
Vincent Fiduccia
ec5e143a2d
Merge pull request #3050 from vincent99/master
...
Support multi-cluster-management=false
2021-05-20 20:27:50 -07:00
Vincent Fiduccia
d12079875a
/v3/settings to /v1/management.cattle.io.setting
...
- /v3 doesn't exist if multi-cluster-management is disabled
- Use /v1/management.cattle.io.settings everywhere instead of /v3
- It now returns the public set of settings if retrieve with no auth, so
the store needs to remember that even though we loaded "all" of them
that wasn't really ALL of them so that the full list gets loaded after
auth.
- Use new x-api-cattle-auth header to determine authentication state if present
- Use SETTINGS.* constants consistently
- `brand` -> `ui-brand` for consistency
- `eula-accepted=true` -> `eula-agreed=<timestamp>` to match Ember
2021-05-20 16:48:45 -07:00
Vincent Fiduccia
1976c3a72c
Preserve S3 on restore
2021-05-20 16:48:44 -07:00
Vincent Fiduccia
2b4944679a
Only show add cluster if MCM is on
2021-05-20 16:48:44 -07:00
Vincent Fiduccia
1e9f1fb808
Send snapshot date/node/s3
2021-05-20 16:48:44 -07:00
Nancy
b9571efe63
Merge pull request #3035 from mantis-toboggan-md/bugfix-auth
...
github style, detailed authz message
2021-05-20 14:38:37 -07:00
Richard Cox
fae4d48f9e
Merge pull request #3024 from richard-cox/fix-empty-row-highlight
...
Ensure table row hover and 'select all' rows respect empty table scenarios
2021-05-20 15:19:07 +01:00
Vincent Fiduccia
ca0eb334a9
Merge pull request #3042 from vincent99/master
...
RKE2 backup & restore
2021-05-19 17:21:51 -07:00
Vincent Fiduccia
f95f4e802a
RKE2 backup & restore
2021-05-19 17:19:46 -07:00
Vincent Fiduccia
e7f1fbc9dd
Merge pull request #3022 from vincent99/master
...
Cluster bugs, etcd snapshot
2021-05-19 14:56:51 -07:00
Nancy Butler
862e180050
github style, detailed authz message
2021-05-19 13:11:26 -07:00
codyrancher
70745b9cb2
Merge pull request #3032 from mantis-toboggan-md/suse-brand
...
fix BrandImage path when no ui-logo-light/dark
2021-05-19 11:26:35 -07:00
Nancy
ca97c0f5fe
Merge pull request #3025 from nwmac/colors
...
Ideas to tidy up the color palette
2021-05-19 09:15:11 -07:00
Nancy Butler
83595ad07d
clean up color-variabels mixin, gradient sizzles
2021-05-19 09:10:30 -07:00
Neil MacDougall
9fa224e717
Ideas to tidy up the color palette
2021-05-19 09:10:11 -07:00
Nancy Butler
3d4cada13b
fix BrandImage path when no ui-logo-light/dark
2021-05-19 08:29:37 -07:00
Vincent Fiduccia
ad2d449449
RKE2 Snapshot list (create/restore API calls TBD)
2021-05-18 12:47:15 -07:00
Vincent Fiduccia
c77ba00238
RKE1 Snapshots
2021-05-18 12:47:13 -07:00
Vincent Fiduccia
ee77a0f102
Start etcd-snapshot options
2021-05-18 08:52:26 -07:00
Vincent Fiduccia
73a8f989d2
Add cluster buttons to home
2021-05-18 08:52:26 -07:00
Vincent Fiduccia
0e67de1bee
Handle missing server/agentArgs
2021-05-18 08:52:26 -07:00
Vincent Fiduccia
a895d66f34
AKS/EKS/GKE showing unknown node provider
2021-05-18 08:52:26 -07:00
Vincent Fiduccia
e9df1ad6cd
Trim whitespace on command copy ( #2991 )
2021-05-18 08:52:26 -07:00
Vincent Fiduccia
4c5659a115
Infammable means flammable? (readonly flag was backwards)
2021-05-18 08:52:26 -07:00
Neil MacDougall
fbd25659f3
Merge pull request #2961 from nwmac/set-login-landing
...
Improve configurability of Landing page
2021-05-18 16:36:05 +01:00
Nancy
6ae319d14d
Merge pull request #2944 from mantis-toboggan-md/white-label-no-color
...
ui-banners, ui-pl, ui-logos settings page
2021-05-18 08:22:47 -07:00
Neil MacDougall
2a27357547
Fix issue with route when project changes
2021-05-18 16:19:43 +01:00
Nancy Butler
ecb5119f1f
ui-banners, ui-pl, ui-issues settings page
...
style feedback
2021-05-18 08:18:00 -07:00
Richard Cox
f77b523b8e
Merge pull request #3023 from richard-cox/fix-label-label
...
Fix `Labels & Annotations` tab label
2021-05-18 16:09:03 +01:00
Richard Cox
f96376883a
Ensure table row hover and 'select all' rows respect empty table scenarios
...
- Applies to tables when are no rows at all or when they're all filtered out
- Hover state is overridden
- Select all checkbox in header is disabled
2021-05-18 16:07:09 +01:00
Richard Cox
1f47fab434
Fix `Labels & Annotations` tab label
...
- Use simpler :label-key instead of :label
- Actual issue was that
- some cases used Vue.prototype.t ... which did the escaping
- others used `...mapGetters({ t: 'i18n/t' })` ... which didn't do the escaping and looked fine
- Guessing this might have been caused by a change in CreateEditView
2021-05-18 15:38:41 +01:00
Richard Cox
6075efa4cd
Merge pull request #3017 from richard-cox/workload-form-fixes
...
Workloads: Fix two minor form issues
2021-05-18 14:59:06 +01:00
Vincent Fiduccia
73c86a20a1
Merge pull request #3020 from lvuch/lh-051721
...
dark fixes, incl table, nav bg
2021-05-17 16:55:06 -07:00
lvuch
3bfae14d11
dark fixes, incl table, nav bg
2021-05-17 14:05:19 -07:00
codyrancher
90cc479e90
Merge pull request #2930 from codyrancher/project-migration
...
Migrating Projects from Ember to Vue
2021-05-17 11:20:35 -07:00
Richard Cox
420f3ce533
Fix two workload form issues
...
- Fix refresh on load with SSR switched on
- Fix issue where entering text into workload General tab's Command fields lost focus
- This was interesting to hunt down.
- Revolved around the change to `container` re-rendering the Tab component due to it's key 'changing'
- This issue isn't helped by the jumble of workload and container fields in the same context (covered by #2683 )
- Addresses #2723
2021-05-17 19:04:50 +01:00