Shavindra
90442b0829
Use same css var for header, footer and consent banner.
2021-11-26 12:24:15 +01:00
Shavindra
621bd9c5b3
Merge branch 'master' into 4501-default-branding-text-colors
2021-11-26 12:01:45 +01:00
Shavin Fonseka
343b7dd278
Merge pull request #4652 - Fix listeningPort reactivity, workload port service type editing #4508
...
Fix listeningPort reactivity, workload port service type editing #4508
2021-11-25 13:20:00 +01:00
Nancy Butler
00c8af8ab0
fix listeningPort reactivity
2021-11-24 12:05:40 -07:00
Richard Cox
c61a5cf71b
Ensure account can be removed & tidy up a few things in ServiceNameSelect
...
- PodSpec serviceAccount has been deprecated for a long time, however
it seems to be duped whenever serviceAccountName is changed. Problems appear
though when deleating serviceAccountName... which fails to clear serviceAccount
... and syncs itself back
- Also tidied up ServiceNameSelect (common object from `LabeledSelect`, common string from output)
2021-11-24 17:51:17 +00:00
Jordon Leach
ded335baa8
styling issues cleaned up
2021-11-24 15:12:42 +00:00
Jordon Leach
568b1edfa2
removed unused scss
2021-11-24 15:12:42 +00:00
Jordon Leach
c81101a03b
Address PR changes - restructure service account component
2021-11-24 15:12:42 +00:00
Jordon Leach
7ae1878c38
PR changes addressed, cleaned up unnecessary nonsense
2021-11-24 15:12:42 +00:00
Neil MacDougall
61ba52f406
Change trash icon to text button & prevent page reload
2021-11-24 15:12:42 +00:00
jordon
c2e15a9d7d
add create service name on blur while searching and clear search button
2021-11-24 15:12:42 +00:00
reemus
7230e922a4
Add serviceAccountName input/search dropdown when creating a pod through deployment
2021-11-24 15:12:42 +00:00
Richard Cox
ea5592322c
Merge pull request #4588 from rancher/workload-health-scaling
...
Show Workload Pod/Job State and Replica Scale buttons
2021-11-24 11:30:50 +00:00
Shavindra
33b41e53cb
Apply default text colours to BannerSettings.
2021-11-24 11:18:50 +01:00
Shavindra
0123968890
Merge branch 'master' into 4501-default-branding-text-colors
2021-11-24 11:18:08 +01:00
codyrancher
79d6e45f04
Merge pull request #4618 from codyrancher/namespace-quotas
...
Creating the namesapces resource quota section
2021-11-23 14:57:57 -07:00
Neil MacDougall
d3d07916b6
Merge pull request #4634 from nwmac/key-value-textarea-alignment
...
Fix alignment of KeyValue control
2021-11-23 16:42:38 +00:00
Neil MacDougall
6256217a63
Fix use of key/value control where extra control is added
2021-11-23 16:36:19 +00:00
Neil MacDougall
099860a9e7
Merge pull request #4632 from nwmac/env-var-import
...
Fix env var import extra empty value
2021-11-23 15:24:30 +00:00
Neil MacDougall
93898c0123
Fix alignement of KeyValue control
2021-11-23 15:16:13 +00:00
Richard Cox
32c7ba1401
Add Health (Pod/Job) and Scaling column to Workload table/s
...
- Show a new column in workload table which indicates pod/job state and allows user to scale if possible
- Pod/job state matches that shown in the workload type detail pages
- Pod/job state requires we fetch these resources, in order to show the list quickly we don't block on these
- Also show tooltip for columns supplied by kube schemas (this makes it easier to understand some of the workload columns)
Generic changes added to support drop down
- Allow columns to block selection of row
- Added generic PlusMinus component (this will eventually make it on to the workload detail page)
- In order to make room for the new column some columns (image + endpoint) will be removed as the screen shrinks
2021-11-23 15:10:24 +00:00
Jordon Leach
8b8f0a87cd
Merge pull request #4377 from jordojordo/4336-consent-banner
...
Add consent banner to branding in global settings
2021-11-23 07:37:50 -05:00
Neil MacDougall
01a86c8a06
Fix env var import extra empty value
2021-11-23 12:28:55 +00:00
Sean-McQ
2e8c5cbe5a
Merge pull request #4604 from Sean-McQ/fix/git_branch_field_add_repo/4297
...
Fix/git branch field add repo/4297
2021-11-22 19:36:09 -07:00
Cody Jackson
f1e14ce963
Creating the namesapces resource quota section
2021-11-22 12:12:54 -07:00
Jordon Leach
1ecbf4b7d6
Fixed issue with setting value for FixedBanners
2021-11-22 13:31:07 -05:00
Sean
2c1daa3658
removes req from gitbranch field but communicates applied default
2021-11-22 09:55:44 -07:00
Jordon Leach
b71eb240b4
Address PR changes, consolidate FixedBanner to one type
2021-11-22 10:14:43 -05:00
Neil MacDougall
240b9db9ee
Merge pull request #4595 from nwmac/input-with-select-bg-color
...
Remove grey from InputWithSelect control
2021-11-22 14:18:56 +00:00
Jordon Leach
d099f9298d
Merge pull request #4572 from jordojordo/4398-service-name
...
Add warning banner for existing workload port service names
2021-11-19 13:03:22 -05:00
Jordon Leach
88d13d6f0b
restructured ConsentBanner component to utilize FixedBanner
2021-11-19 12:42:35 -05:00
Shavindra
e0a7f473ce
Update ColorInput to accept default value from CSS Vars.
2021-11-19 18:09:25 +01:00
Sean-McQ
1d3f8c7b9e
Merge pull request #4492 from Sean-McQ/fix/env_var_from_paste/4214
...
Better detection of appropriate line splitter
2021-11-19 09:59:27 -07:00
Sean
f48b20d131
Better detection of appropriate line splitter
2021-11-19 09:50:50 -07:00
Neil MacDougall
4ff7ee5398
Remove grey from InputWithSelect control
2021-11-19 11:20:22 +00:00
Sean-McQ
03ebf91933
Merge pull request #4491 from Sean-McQ/fix/env_var_from_file/4212
...
Adds in "parseLinesFromFile" prop to KeyValue to properly parse vars
2021-11-18 20:56:55 -07:00
Jordon Leach
c03b51629b
PR changes - removed outdated logic, added conditional for existing _serviceType in workload ports
2021-11-18 16:30:28 -05:00
Vincent Fiduccia
651f2d6218
Merge pull request #4583 from vincent99/master
...
Show change password errors on edit
2021-11-18 08:22:50 -07:00
Richard Cox
a5b9683884
Merge pull request #4542 from mantis-toboggan-md/bugfix-unit-input
...
Bugfix UnitInput being used for SI units
2021-11-18 11:04:52 +00:00
Vincent Fiduccia
949546b53d
Show change password errors on edit
2021-11-17 15:57:57 -07:00
Sean
894670caa0
Linting fixes
2021-11-17 12:23:43 -07:00
Sean
1d74ea508d
Merge branch 'master' into fix/env_var_from_file/4212
2021-11-17 11:59:06 -07:00
Nancy Butler
6349d78113
pr feedback
...
fix hpa metric si values
fix harvester vol si unit
2021-11-17 09:06:01 -07:00
n313893254
c1901a5232
HARVESTER: Add harvester machine config description
2021-11-17 22:59:57 +08:00
Jordon Leach
37e2f5c368
add warning banner for existing workload port service names
2021-11-16 11:30:18 -05:00
Nancy Butler
44886057b1
fix up uses of unitinput for si units
...
fix output when no modifier emitted
2021-11-16 08:49:34 -07:00
Nancy Butler
8a85c14d66
unitinput outpu null when field is cleared
2021-11-16 08:49:34 -07:00
Nancy Butler
ee34e89735
make unitinput parse/format si units
2021-11-16 08:49:34 -07:00
wujun
db5aa024f7
HARVESTER: fix pr review comment
2021-11-16 12:25:43 +08:00
n313893254
5f12465372
HARVESTER: Fix cursor jumps to the end while editing image name
2021-11-12 09:10:36 +08:00