Fix Add Buckets button on Object Browser (#970)

* Fix Add Buckets button on Object Browser

Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com>

* Comments

Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com>

Co-authored-by: Alex <33497058+bexsoft@users.noreply.github.com>
This commit is contained in:
Daniel Valdivia
2021-08-23 10:23:36 -07:00
committed by GitHub
parent d32ab25ffd
commit deda36a8b5
4 changed files with 14 additions and 14 deletions

View File

@@ -23,7 +23,7 @@
"@types/react-router-dom": "^5.1.2", "@types/react-router-dom": "^5.1.2",
"@types/react-virtualized": "^9.21.10", "@types/react-virtualized": "^9.21.10",
"@types/recharts": "^1.8.19", "@types/recharts": "^1.8.19",
"@types/superagent": "^4.1.4", "@types/superagent": "^4.1.12",
"@types/webpack-env": "^1.14.1", "@types/webpack-env": "^1.14.1",
"@types/websocket": "^1.0.0", "@types/websocket": "^1.0.0",
"ansi-to-react": "^6.0.5", "ansi-to-react": "^6.0.5",
@@ -52,7 +52,7 @@
"recharts": "^2.0.3", "recharts": "^2.0.3",
"redux": "^4.0.5", "redux": "^4.0.5",
"redux-thunk": "^2.3.0", "redux-thunk": "^2.3.0",
"superagent": "^5.1.0", "superagent": "^6.1.0",
"typeface-roboto": "^0.0.75", "typeface-roboto": "^0.0.75",
"use-debounce": "^5.0.1", "use-debounce": "^5.0.1",
"websocket": "^1.0.31" "websocket": "^1.0.31"

View File

@@ -255,7 +255,7 @@ const ListBuckets = ({
<Grid item xs={12} className={classes.container}> <Grid item xs={12} className={classes.container}>
<Grid item xs={12} className={classes.actionsTray}> <Grid item xs={12} className={classes.actionsTray}>
<TextField <TextField
placeholder="Search Buckets" placeholder="Filter Buckets"
className={classes.searchField} className={classes.searchField}
id="search-resource" id="search-resource"
label="" label=""

View File

@@ -235,10 +235,10 @@ const BrowseBuckets = ({
<Tooltip title={"Create Bucket"}> <Tooltip title={"Create Bucket"}>
<IconButton <IconButton
color="primary" color="primary"
aria-label="Refresh List" aria-label="Create Bucket"
component="span" component="span"
onClick={() => { onClick={() => {
setLoading(true); setAddScreenOpen(true);
}} }}
> >
<CreateIcon /> <CreateIcon />
@@ -264,7 +264,7 @@ const BrowseBuckets = ({
</Grid> </Grid>
<Grid item xs={12} className={classes.actionsTray}> <Grid item xs={12} className={classes.actionsTray}>
<TextField <TextField
placeholder="Search Buckets" placeholder="Filter Buckets"
className={classes.searchField} className={classes.searchField}
id="search-resource" id="search-resource"
label="" label=""

View File

@@ -2112,10 +2112,10 @@
dependencies: dependencies:
"@types/react" "*" "@types/react" "*"
"@types/superagent@^4.1.4": "@types/superagent@^4.1.12":
version "4.1.11" version "4.1.12"
resolved "https://registry.yarnpkg.com/@types/superagent/-/superagent-4.1.11.tgz#4822bc64a82a0f579261a77097dbca276556c20e" resolved "https://registry.yarnpkg.com/@types/superagent/-/superagent-4.1.12.tgz#fad68c6712936892ad24cf94f2f7a07cc749fd0f"
integrity sha512-cZkWBXZI+jESnUTp8RDGBmk1Zn2MkScP4V5bjD7DyqB7L0WNWpblh4KX5K/6aTqxFZMhfo1bhi2cwoAEDVBBJw== integrity sha512-1GQvD6sySQPD6p9EopDFI3f5OogdICl1sU/2ij3Esobz/RtL9fWZZDPmsuv7eiy5ya+XNiPAxUcI3HIUTJa+3A==
dependencies: dependencies:
"@types/cookiejar" "*" "@types/cookiejar" "*"
"@types/node" "*" "@types/node" "*"
@@ -11072,10 +11072,10 @@ stylehacks@^4.0.0:
postcss "^7.0.0" postcss "^7.0.0"
postcss-selector-parser "^3.0.0" postcss-selector-parser "^3.0.0"
superagent@^5.1.0: superagent@^6.1.0:
version "5.3.1" version "6.1.0"
resolved "https://registry.yarnpkg.com/superagent/-/superagent-5.3.1.tgz#d62f3234d76b8138c1320e90fa83dc1850ccabf1" resolved "https://registry.yarnpkg.com/superagent/-/superagent-6.1.0.tgz#09f08807bc41108ef164cfb4be293cebd480f4a6"
integrity sha512-wjJ/MoTid2/RuGCOFtlacyGNxN9QLMgcpYLDQlWFIhhdJ93kNscFonGvrpAHSCVjRVj++DGCglocF7Aej1KHvQ== integrity sha512-OUDHEssirmplo3F+1HWKUrUjvnQuA+nZI6i/JJBdXb5eq9IyEQwPyPpqND+SSsxf6TygpBEkUjISVRN4/VOpeg==
dependencies: dependencies:
component-emitter "^1.3.0" component-emitter "^1.3.0"
cookiejar "^2.1.2" cookiejar "^2.1.2"