diff --git a/client/src/components/Dashboard/index.js b/client/src/components/Dashboard/index.js index 9bde0ea7..ff66820e 100644 --- a/client/src/components/Dashboard/index.js +++ b/client/src/components/Dashboard/index.js @@ -60,7 +60,7 @@ const Dashboard = ({ title={t('refresh_btn')} onClick={() => getAllStats()} > - + ; diff --git a/client/src/components/Filters/Table.js b/client/src/components/Filters/Table.js index 045d4be4..7a3c0e0b 100644 --- a/client/src/components/Filters/Table.js +++ b/client/src/components/Filters/Table.js @@ -100,7 +100,7 @@ class Table extends Component { }) } > - + @@ -110,7 +110,7 @@ class Table extends Component { onClick={() => handleDelete(url)} title={t('delete_table_action')} > - + diff --git a/client/src/components/Logs/Cells/ClientCell.js b/client/src/components/Logs/Cells/ClientCell.js index 9467f14e..3590df48 100644 --- a/client/src/components/Logs/Cells/ClientCell.js +++ b/client/src/components/Logs/Cells/ClientCell.js @@ -162,7 +162,7 @@ const ClientCell = ({ {content && ( @@ -301,7 +301,7 @@ const ClientsTable = ({ disabled={processingDeleting} title={t('delete_table_action')} > - + diff --git a/client/src/components/ui/Icons.js b/client/src/components/ui/Icons.js index 38eff1be..bc725419 100644 --- a/client/src/components/ui/Icons.js +++ b/client/src/components/ui/Icons.js @@ -86,10 +86,10 @@ const Icons = () => ( d="m19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1 -2.83 0l-.06-.06a1.65 1.65 0 0 0 -1.82-.33 1.65 1.65 0 0 0 -1 1.51v.17a2 2 0 0 1 -2 2 2 2 0 0 1 -2-2v-.09a1.65 1.65 0 0 0 -1.08-1.51 1.65 1.65 0 0 0 -1.82.33l-.06.06a2 2 0 0 1 -2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0 -1.51-1h-.17a2 2 0 0 1 -2-2 2 2 0 0 1 2-2h.09a1.65 1.65 0 0 0 1.51-1.08 1.65 1.65 0 0 0 -.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33h.08a1.65 1.65 0 0 0 1-1.51v-.17a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0 -.33 1.82v.08a1.65 1.65 0 0 0 1.51 1h.17a2 2 0 0 1 2 2 2 2 0 0 1 -2 2h-.09a1.65 1.65 0 0 0 -1.51 1z" /> - - - + + + + ( - + { disabled={processingVersion} title={t('check_updates_now')} > - + }