mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-17 21:13:48 +00:00
Added logic to toggle auto-connect on servers
This commit is contained in:
@@ -57,11 +57,11 @@ export const ManageServers = (
|
||||
</div>
|
||||
</Row>
|
||||
|
||||
<SimpleCard title="Shlink servers">
|
||||
<SimpleCard>
|
||||
<table className="table table-hover mb-0">
|
||||
<thead className="responsive-table__header">
|
||||
<tr>
|
||||
{hasAutoConnect && <th />}
|
||||
{hasAutoConnect && <th style={{ width: '50px' }} />}
|
||||
<th>Name</th>
|
||||
<th>Base URL</th>
|
||||
<th />
|
||||
|
||||
Reference in New Issue
Block a user