diff --git a/corehq/apps/domain/static/domain/js/internal_calculations.js b/corehq/apps/domain/static/domain/js/internal_calculations.js index b6ff42689301..7ff1642366cc 100644 --- a/corehq/apps/domain/static/domain/js/internal_calculations.js +++ b/corehq/apps/domain/static/domain/js/internal_calculations.js @@ -21,7 +21,7 @@ hqDefine("domain/js/internal_calculations", [ $btn.addClass('btn-danger'); $error.html(data.error); } - $btn.html('Reload Data').removeClass('btn-primary'); + $btn.html('Reload Data').removeClass('btn-primary').addClass('btn-outline-primary'); }); } diff --git a/corehq/apps/domain/templates/domain/bootstrap5/activate_transfer_domain.html b/corehq/apps/domain/templates/domain/activate_transfer_domain.html similarity index 96% rename from corehq/apps/domain/templates/domain/bootstrap5/activate_transfer_domain.html rename to corehq/apps/domain/templates/domain/activate_transfer_domain.html index 08eddbc4bc5d..40315fe61405 100644 --- a/corehq/apps/domain/templates/domain/bootstrap5/activate_transfer_domain.html +++ b/corehq/apps/domain/templates/domain/activate_transfer_domain.html @@ -5,7 +5,7 @@ {% block content %}
- Features can be enabled or disabled based on feature flags or privileges. This page - is intended to provide a list of what features a domain has access to. -
-- {% url "domain_subscription_view" domain as software_plan_url %} - Access to some features is dependent on a the software plan to which the domain - is subscribed. - Current Subscription -
-Privilege | -Enabled for domain? | - - - {% for privilege_name, enabled_for_domain in privileges %} -
---|---|
{{ privilege_name }} | -- {% if enabled_for_domain %} - - {% else %} - - {% endif %} - | -
- {% url 'toggle_list' as toggle_url %} - Feature Flags turn on features for individual users or projects. They are editable only by - super users, in the Feature Flag edit UI. - In addition, some feature flags are randomly enabled by domain. -
-- Following are all flags enabled for this domain and/or for you. - This does not include any flags set for other users in this domain. -
-Tag | -- | Feature | -Enabled for me? | -Enabled for domain? | - - -
---|---|---|---|---|
- - | - -- - | - -
-
-
-
- …
-
-
-
- |
-
- - - | - -
-
-
-
- ---
- |
-
-
- {% blocktrans with domain=transfer.domain%} - By clicking "accept" below you acknowledge that you accept full ownership of this project space ("{{ domain }}"). - You agree to be bound by the terms of Dimagi's Terms of Service and Business Agreement. - By accepting this agreement, your are acknowledging you have permission and authority to accept these terms. A Dimagi representative will notify you when the transfer is complete. - {% endblocktrans %} -
-- {% blocktrans %} - Sorry this transfer request has expired. - {% endblocktrans %} -
- {% endif %} -