Archive a single URL
@@ -21,7 +21,7 @@
+ :disabled="!validUrl || loadingArchive || (!public && group == -1) || maxedOutMBs || maxedOutURLs">
Archive
@@ -41,11 +41,37 @@
You can still mdi-open-in-new search for
+ :to="`/archives?url=${encodeURIComponent(url)}`" target="_blank">mdi-open-in-new search
+ for
archives of
this URL.
+
+
+ Quota and rules for group {{ group }}:
+
+ -
+ Monthly URLs: {{ groupUsage.monthly_urls || 0 }}
+ out of
+ {{ displayPermissionValue(groupPermissions?.max_monthly_urls, " URLs") }}
+ maxed
+ out
+
+ -
+ Monthly MBs:
+ {{ groupUsage.monthly_mbs || 0 }}
+ out of
+ {{ displayPermissionValue(groupPermissions?.max_monthly_mbs, " MBs") }}
+ maxed
+ out
+
+ - How long will we store these archives: {{
+ displayPermissionValue(groupPermissions?.max_archive_lifespan_months, " months") }}
+
+
+
+