summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/app.component.html
diff options
context:
space:
mode:
authorkaixiliu <liukaixi@chinamobile.com>2024-04-10 15:14:17 +0800
committerkaixiliu <liukaixi@chinamobile.com>2024-04-10 15:14:37 +0800
commitfdefcecfc6d983f5e7e6d3a60a13dcfadc7a7721 (patch)
treefb636710ee5a67dc396e751fbdc419e41805ac25 /usecaseui-portal/src/app/app.component.html
parentfe3dc03b0422f7504acd650151fdcec521fdd4a6 (diff)
Add a large model page
Issue-ID: USECASEUI-834 Change-Id: Ie589e0eb9c263ed1ec92119470ea46f4a936041b Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/app.component.html')
-rw-r--r--usecaseui-portal/src/app/app.component.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/usecaseui-portal/src/app/app.component.html b/usecaseui-portal/src/app/app.component.html
index cb4c9f7d..c965d18b 100644
--- a/usecaseui-portal/src/app/app.component.html
+++ b/usecaseui-portal/src/app/app.component.html
@@ -142,6 +142,19 @@
</span>
</a>
</li>
+ <!-- robot -->
+ <li nz-menu-item [ngClass]="{'activeMenuBar': url === 'robot'}">
+ <a routerLink="robot">
+ <span title>
+ <i>
+ <img
+ src="{{url === 'robot' ? 'assets/images/robot-active.png':'assets/images/robot-hui.png'}}"
+ alt="home">
+ </i>
+ <span>{{"i18nTextDefine_robot" | translate}} </span>
+ </span>
+ </a>
+ </li>
<hr>
</ul>
</nz-sider>