+ {`Automatic Hosting using ${formatBytes(networkSpaceUsed * BYTES_PER_MB)} of ${formatBytes( + daemonSettings[DAEMON_SETTINGS.NETWORK_STORAGE_LIMIT_MB] * BYTES_PER_MB + )}`} +
+- {`History Hosting using ${formatBytes(contentSpaceUsed * BYTES_PER_MB)} of ${ - daemonSettings[DAEMON_SETTINGS.BLOB_STORAGE_LIMIT_MB] - ? formatBytes(daemonSettings[DAEMON_SETTINGS.BLOB_STORAGE_LIMIT_MB] * BYTES_PER_MB) - : 'Unlimited' - }`} -
-- {`Automatic Hosting using ${formatBytes(networkSpaceUsed * BYTES_PER_MB)} of ${formatBytes( - daemonSettings[DAEMON_SETTINGS.NETWORK_STORAGE_LIMIT_MB] * BYTES_PER_MB - )}`} -
-