We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0e2688 + 6b57606 commit 75393ddCopy full SHA for 75393dd
1 file changed
app/components/ServicesDashboard.jsx
@@ -56,6 +56,17 @@ const ServicesDashboard = (props) => {
56
Add Database
57
</button>
58
</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>
70
71
<div className="databsaseList">{serviceSelected}</div>
72
0 commit comments