mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-12 02:23:49 +00:00
Created tags list page
This commit is contained in:
@@ -53,7 +53,7 @@ export class CreateShortUrl extends React.Component {
|
||||
};
|
||||
|
||||
return (
|
||||
<div className="short-urls-container">
|
||||
<div className="shlink-container">
|
||||
<form onSubmit={save}>
|
||||
<div className="form-group">
|
||||
<input
|
||||
|
||||
@@ -115,8 +115,9 @@ export class ShortUrlsVisits extends React.Component {
|
||||
<Moment format="YYYY-MM-DD HH:mm">{shortUrl.dateCreated}</Moment>
|
||||
</UncontrolledTooltip>
|
||||
</span>;
|
||||
|
||||
return (
|
||||
<div className="short-urls-container">
|
||||
<div className="shlink-container">
|
||||
<header>
|
||||
<Card className="bg-light">
|
||||
<CardBody>
|
||||
|
||||
@@ -11,7 +11,7 @@ export function ShortUrls(props) {
|
||||
const urlsListKey = `${params.serverId}_${params.page}`;
|
||||
|
||||
return (
|
||||
<div className="short-urls-container">
|
||||
<div className="shlink-container">
|
||||
<div className="form-group"><SearchBar /></div>
|
||||
<ShortUrlsList {...props} shortUrlsList={props.shortUrlsList.data || []} key={urlsListKey} />
|
||||
<Paginator paginator={props.shortUrlsList.pagination} serverId={props.match.params.serverId} />
|
||||
|
||||
Reference in New Issue
Block a user