Adding node alias on title bar

Adding node alias on title bar
pull/397/head^2
Shahana Farooqui 4 years ago
parent da24d3fcc7
commit be627fa38d

@ -15,5 +15,5 @@
<link rel="stylesheet" href="styles.7f0a84d9b012559f3600.css"></head>
<body>
<rtl-app></rtl-app>
<script src="runtime.1f2c455b4c4cb8842ded.js" defer></script><script src="polyfills-es5.2ac0d98b22574ae745b1.js" nomodule defer></script><script src="polyfills.5ae721a6ae5ab597a53d.js" defer></script><script src="main.c7f99ef7fef5590a6077.js" defer></script></body>
<script src="runtime.1f2c455b4c4cb8842ded.js" defer></script><script src="polyfills-es5.2ac0d98b22574ae745b1.js" nomodule defer></script><script src="polyfills.5ae721a6ae5ab597a53d.js" defer></script><script src="main.2b25f38109293f7481e1.js" defer></script></body>
</html>

File diff suppressed because one or more lines are too long

@ -12,8 +12,8 @@
</button>
</div>
<div>
<span *ngIf="xSmallScreen">RTL</span>
<span *ngIf="!xSmallScreen">Ride The Lightning</span>
<span *ngIf="xSmallScreen">{{information.alias ? 'RTL - ' + information.alias : 'RTL'}}</span>
<span *ngIf="!xSmallScreen">{{information.alias ? 'Ride The Lightning - ' + information.alias : 'Ride The Lightning'}}</span>
</div>
<div>
<rtl-top-menu></rtl-top-menu>

Loading…
Cancel
Save