mirror of
https://github.com/netbirdio/dashboard.git
synced 2026-01-26 01:21:04 +00:00
adding peers approval flag to non user bound devices (#310)
This commit is contained in:
@@ -679,7 +679,15 @@ export const Peers = () => {
|
||||
</Row>
|
||||
</span>
|
||||
</Button>
|
||||
<Row>{loginExpire}</Row>
|
||||
<Row style={{ minWidth: "195px", paddingLeft: "15px" }}>{loginExpire} <Button
|
||||
type="text"
|
||||
style={{ height: "auto", whiteSpace: "normal", textAlign: "center", padding: "0px", margin: "0px" }}
|
||||
onClick={() => showConfirmApprove(peer)}
|
||||
className={!isAdmin ? "nohover" : ""}
|
||||
>
|
||||
{approval}
|
||||
</Button>
|
||||
</Row>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user