Updated tags list to display visits and short URLs when remote shlink version allows it

This commit is contained in:
Alejandro Celaya
2020-05-10 10:57:49 +02:00
parent 8741f42fe8
commit 18e026e4ca
13 changed files with 143 additions and 46 deletions

View File

@@ -122,7 +122,7 @@ export default class SortableBarGraph extends React.Component {
{withPagination && keys(stats).length > 50 && (
<div className="float-right">
<PaginationDropdown
toggleClassName="btn-sm paddingless mr-3"
toggleClassName="btn-sm p-0 mr-3"
ranges={[ 50, 100, 200, 500 ]}
value={this.state.itemsPerPage}
setValue={(itemsPerPage) => this.setState({ itemsPerPage, currentPage: 1 })}