Skip to content
This repository was archived by the owner on Oct 16, 2025. It is now read-only.

Commit b39a898

Browse files
committed
include ECS link
1 parent 0d3177a commit b39a898

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src-common/lambda_base.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def self.admintool_base
160160
end
161161

162162
def self.ecs_admintool_url
163-
"#{ENV.fetch('ECS_ADMIN_ALB_URL', '')}"
163+
"#{ENV.fetch('ECS_URL', '')}"
164164
end
165165

166166
def self.admintool_url
@@ -194,6 +194,7 @@ def default_template_parameters
194194
UC3INV_HOME: @config.fetch('uc3inv_home', ''),
195195
ADMINTOOL_BASE: LambdaBase.admintool_base,
196196
ADMINTOOL_HOME: LambdaBase.admintool_url,
197+
ECS_URL: LambdaBase.ecs_admintool_url,
197198
COLLADMIN_HOME: LambdaBase.colladmin_url,
198199
COLLADMIN_ROOT: LambdaBase.colladmin_root_url,
199200
COLLADMIN_ADMIN: LambdaBase.colladmin_url_admin,

src-common/template/adminnavdata.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<span class="breadpath breadpath_home">
2-
<a href="{{ADMINTOOL_HOME}}">Admin Tool Home</a>
2+
<a href="{{ADMINTOOL_HOME}}">Admin Tool Home</a> (<a href="{{ECS_URL}}">ECS</a>)
33
</span>
44
<span class="breadpath bp_campus bp_repo bp_coll bp_obj">
55
<a>Reports</a>

0 commit comments

Comments
 (0)