Skip to content

Commit 2c27541

Browse files
committed
Reposition Browse as User menu item
1 parent 8725759 commit 2c27541

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/dashboard/Data/Browser/BrowserToolbar.react.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,20 @@ let BrowserToolbar = ({
268268
</BrowserMenu>
269269
)}
270270
{onAddRow && <div className={styles.toolbarSeparator} />}
271+
<a className={styles.toolbarButton} onClick={onRefresh}>
272+
<Icon name="refresh-solid" width={14} height={14} />
273+
<span>Refresh</span>
274+
</a>
275+
<div className={styles.toolbarSeparator} />
276+
<BrowserFilter
277+
setCurrent={setCurrent}
278+
schema={schemaSimplifiedData}
279+
filters={filters}
280+
onChange={onFilterChange}
281+
className={classNameForEditors}
282+
blacklistedFilters={onAddRow ? [] : ['unique']}
283+
/>
284+
{onAddRow && <div className={styles.toolbarSeparator} />}
271285
{perms && enableSecurityDialog ? (
272286
<SecurityDialog
273287
ref={clpDialogRef}

0 commit comments

Comments
 (0)