Skip to content

Commit 75393dd

Browse files
authored
Merge pull request #17 from Chronos2-0/ousman/Backbuttonv2
Ousman/backbuttonv2
2 parents f0e2688 + 6b57606 commit 75393dd

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

app/components/ServicesDashboard.jsx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,17 @@ const ServicesDashboard = (props) => {
5656
Add Database
5757
</button>
5858
</div>
59+
<div className="left-bottom">
60+
<button
61+
className="overviewSubmitBtn"
62+
type="submit"
63+
onClick={() => {
64+
location.reload();
65+
}}
66+
>
67+
Refresh overview
68+
</button>
69+
</div>
5970
</div>
6071
<div className="databsaseList">{serviceSelected}</div>
6172
</div>

0 commit comments

Comments
 (0)