diff --git a/src/themes/basic/templates/cluster_info.html b/src/themes/basic/templates/cluster_info.html index dcd57f796..95b5a02f9 100644 --- a/src/themes/basic/templates/cluster_info.html +++ b/src/themes/basic/templates/cluster_info.html @@ -34,6 +34,12 @@

Chain Information

{% for k in item.service_url%} {{ k }}: {{item.service_url[k]}}
{% endfor %} +
Explorer URL
+ {% for k in item.service_url%} + {% if k== "dashboard"%} + {{ item.service_url[k]}}
+ {% endif %} + {% endfor %}
{% if item.containers %}
Containers
diff --git a/src/themes/vue/static/src/pages/Chains/ExpandRow.vue b/src/themes/vue/static/src/pages/Chains/ExpandRow.vue index cb17d45c0..343ef9dfa 100644 --- a/src/themes/vue/static/src/pages/Chains/ExpandRow.vue +++ b/src/themes/vue/static/src/pages/Chains/ExpandRow.vue @@ -28,6 +28,10 @@ SPDX-License-Identifier: Apache-2.0 Host Capacity: {{ host.capacity }} + + Explorer URL: + http://{{ item }} +