mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2026-08-13 12:33:07 +02:00
Adding node alias on title bar
Adding node alias on title bar
This commit is contained in:
parent
da24d3fcc7
commit
be627fa38d
3 changed files with 4 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue