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.
1 parent 38f34aa commit 48c2537Copy full SHA for 48c2537
web/components/stat.tsx
@@ -38,6 +38,15 @@ export const Stat = () => {
38
<div className="stat-desc">Since {info ? get_date(info.start_time) : null}</div>
39
</div>
40
41
+ <div className="stat">
42
+ <div className="stat-figure text-secondary">
43
+ <GearIcon />
44
+ </div>
45
+ <div className="stat-title">Providers</div>
46
+ <div className="stat-value text-warning">{info && info.providers ? info.providers.length : 0}</div>
47
+ <div className="stat-desc">Providers configured</div>
48
49
+
50
<div className="stat">
51
<div className="stat-figure text-secondary">
52
<DBIcon />
0 commit comments