Skip to content

Commit

Permalink
Storybook Update: Merge pull request #12759 from momesgin/12486-refre…
Browse files Browse the repository at this point in the history
…sh-interval
  • Loading branch information
Rancher Storybook committed Dec 12, 2024
1 parent fc4db00 commit c6f2471
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -508,4 +508,4 @@

import './4359.676f62ad.iframe.bundle.js';

import './main.8e93e583.iframe.bundle.js';</script></body></html>
import './main.93da394b.iframe.bundle.js';</script></body></html>
1 change: 0 additions & 1 deletion docs/main.8e93e583.iframe.bundle.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/main.93da394b.iframe.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/project.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"generatedAt":1734030297308,"hasCustomBabel":false,"hasCustomWebpack":true,"hasStaticDirs":true,"hasStorybookEslint":false,"refCount":0,"testPackages":{},"monorepo":"Workspaces","packageManager":{"type":"yarn","version":"1.22.22"},"preview":{"usesGlobals":false},"framework":{"name":"@storybook/vue3-webpack5","options":{}},"builder":"@storybook/builder-webpack5","renderer":"@storybook/vue3","portableStoriesFileCount":0,"storybookVersion":"8.4.7","storybookVersionSpecifier":"^8.4.2","language":"typescript","storybookPackages":{"@storybook/addon-actions":{"version":"8.4.7"},"@storybook/addon-essentials":{"version":"8.4.7"},"@storybook/addon-interactions":{"version":"8.4.7"},"@storybook/addon-links":{"version":"8.4.7"},"@storybook/addon-onboarding":{"version":"8.4.7"},"@storybook/addon-webpack5-compiler-babel":{"version":"3.0.3"},"@storybook/addon-webpack5-compiler-swc":{"version":"1.0.5"},"@storybook/blocks":{"version":"8.4.7"},"@storybook/manager-api":{"version":"8.4.7"},"@storybook/test":{"version":"8.4.7"},"@storybook/theming":{"version":"8.4.7"},"@storybook/vue3":{"version":"8.4.7"},"@storybook/vue3-webpack5":{"version":"8.4.7"},"storybook":{"version":"8.4.7"},"storybook-vue3-router":{"version":"5.0.0"}},"addons":{"$SNIP/node_modules/@storybook/addon-onboarding":{"version":null},"$SNIP/node_modules/@storybook/addon-links":{"version":null},"$SNIP/node_modules/@storybook/addon-essentials":{"version":null},"$SNIP/node_modules/@storybook/addon-interactions":{"version":null},"$SNIP/node_modules/@storybook/addon-webpack5-compiler-babel":{"version":null},"@storybook/addon-docs":{"version":"8.4.7"}}}
{"generatedAt":1734030444011,"hasCustomBabel":false,"hasCustomWebpack":true,"hasStaticDirs":true,"hasStorybookEslint":false,"refCount":0,"testPackages":{},"monorepo":"Workspaces","packageManager":{"type":"yarn","version":"1.22.22"},"preview":{"usesGlobals":false},"framework":{"name":"@storybook/vue3-webpack5","options":{}},"builder":"@storybook/builder-webpack5","renderer":"@storybook/vue3","portableStoriesFileCount":0,"storybookVersion":"8.4.7","storybookVersionSpecifier":"^8.4.2","language":"typescript","storybookPackages":{"@storybook/addon-actions":{"version":"8.4.7"},"@storybook/addon-essentials":{"version":"8.4.7"},"@storybook/addon-interactions":{"version":"8.4.7"},"@storybook/addon-links":{"version":"8.4.7"},"@storybook/addon-onboarding":{"version":"8.4.7"},"@storybook/addon-webpack5-compiler-babel":{"version":"3.0.3"},"@storybook/addon-webpack5-compiler-swc":{"version":"1.0.5"},"@storybook/blocks":{"version":"8.4.7"},"@storybook/manager-api":{"version":"8.4.7"},"@storybook/test":{"version":"8.4.7"},"@storybook/theming":{"version":"8.4.7"},"@storybook/vue3":{"version":"8.4.7"},"@storybook/vue3-webpack5":{"version":"8.4.7"},"storybook":{"version":"8.4.7"},"storybook-vue3-router":{"version":"5.0.0"}},"addons":{"$SNIP/node_modules/@storybook/addon-onboarding":{"version":null},"$SNIP/node_modules/@storybook/addon-links":{"version":null},"$SNIP/node_modules/@storybook/addon-essentials":{"version":null},"$SNIP/node_modules/@storybook/addon-interactions":{"version":null},"$SNIP/node_modules/@storybook/addon-webpack5-compiler-babel":{"version":null},"@storybook/addon-docs":{"version":"8.4.7"}}}
13 changes: 8 additions & 5 deletions docs/translations/en-us.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1079,14 +1079,17 @@ catalog:
exponentialBackOff:
label: Exponential Back Off
minWait:
label: Min Wait Time (in Seconds)
placeholder: 1 (default)
label: Min Wait Time
placeholder: 'default: 1'
maxWait:
label: Max Wait Time (in Seconds)
placeholder: 5 (default)
label: Max Wait Time
placeholder: 'default: 5'
maxRetries:
label: Max Number of Retries
placeholder: 5 (default)
placeholder: 'default: 5'
refreshInterval:
label: Refresh Interval
placeholder: 'default: {hours}'
tools:
header: Cluster Tools
noTools: "No Cluster Tools found"
Expand Down

0 comments on commit c6f2471

Please sign in to comment.