mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-05-28 04:54:16 +00:00
Display version name in the footer, Fixes: #359
This commit is contained in:
parent
dcd4d2f8fa
commit
12ba435fa6
@ -32,6 +32,6 @@
|
||||
<app-progress></app-progress>
|
||||
|
||||
<footer class="footer mat-app-background">
|
||||
GNS3 Web UI © 2019
|
||||
GNS3 Web UI © 2019 - v{{ uiVersion }}
|
||||
</footer>
|
||||
|
||||
|
@ -5,6 +5,8 @@ import { ServerManagementService } from '../../services/server-management.servic
|
||||
import { Subscription } from 'rxjs';
|
||||
import { ToasterService } from '../../services/toaster.service';
|
||||
import { ProgressService } from '../../common/progress/progress.service';
|
||||
import { version } from './../../version';
|
||||
|
||||
|
||||
@Component({
|
||||
selector: 'app-default-layout',
|
||||
@ -14,7 +16,8 @@ import { ProgressService } from '../../common/progress/progress.service';
|
||||
})
|
||||
export class DefaultLayoutComponent implements OnInit, OnDestroy {
|
||||
public isInstalledSoftwareAvailable = false;
|
||||
|
||||
public uiVersion = version;
|
||||
|
||||
serverStatusSubscription: Subscription;
|
||||
shouldStopServersOnClosing = true;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user