diff --git a/corehq/apps/domain/templates/domain/admin/bootstrap3/project_limits.html b/corehq/apps/domain/templates/domain/admin/bootstrap3/project_limits.html deleted file mode 100644 index c41d0d1377a8..000000000000 --- a/corehq/apps/domain/templates/domain/admin/bootstrap3/project_limits.html +++ /dev/null @@ -1,10 +0,0 @@ -{% extends "hqwebapp/bootstrap3/base_section.html" %} -{% load hq_shared_tags %} - -{% block page_content %} - - {% initial_page_data 'domain' domain %} - - {% include "domain/admin/partials/bootstrap3/project_limits_table.html" %} - -{% endblock %} diff --git a/corehq/apps/domain/templates/domain/admin/partials/bootstrap5/project_limits_table.html b/corehq/apps/domain/templates/domain/admin/partials/bootstrap5/project_limits_table.html index 6cb3dcc1263e..e5f0426735e1 100644 --- a/corehq/apps/domain/templates/domain/admin/partials/bootstrap5/project_limits_table.html +++ b/corehq/apps/domain/templates/domain/admin/partials/bootstrap5/project_limits_table.html @@ -23,8 +23,8 @@
{{ rate_info.key }} |
{{ rate_info.percent_usage }}%
-
--
-+ {# todo B5: css-progress #}
-+ {# todo B5: inline-style #}
++
+
|
- {{ rate_info.current_usage }} | diff --git a/corehq/apps/hqwebapp/tests/data/bootstrap5_diffs/domain/admin/project_limits.html.diff.txt b/corehq/apps/hqwebapp/tests/data/bootstrap5_diffs/domain/admin/project_limits.html.diff.txt deleted file mode 100644 index 4409c60d9cae..000000000000 --- a/corehq/apps/hqwebapp/tests/data/bootstrap5_diffs/domain/admin/project_limits.html.diff.txt +++ /dev/null @@ -1,15 +0,0 @@ ---- -+++ -@@ -1,10 +1,10 @@ --{% extends "hqwebapp/bootstrap3/base_section.html" %} -+{% extends "hqwebapp/bootstrap5/base_section.html" %} - {% load hq_shared_tags %} - - {% block page_content %} - - {% initial_page_data 'domain' domain %} - -- {% include "domain/admin/partials/bootstrap3/project_limits_table.html" %} -+ {% include "domain/admin/partials/bootstrap5/project_limits_table.html" %} - - {% endblock %} diff --git a/corehq/apps/hqwebapp/utils/bootstrap/status/bootstrap3_to_5.json b/corehq/apps/hqwebapp/utils/bootstrap/status/bootstrap3_to_5.json index abeaa43e7602..3238e494f7eb 100644 --- a/corehq/apps/hqwebapp/utils/bootstrap/status/bootstrap3_to_5.json +++ b/corehq/apps/hqwebapp/utils/bootstrap/status/bootstrap3_to_5.json @@ -57,6 +57,7 @@ "admin/case_search.html", "admin/commtrack_settings.html", "admin/partials/case_search_templates.html", + "admin/project_limits.html", "admin/sms_settings.html" ] },