mirror of
https://github.com/bpatrik/pigallery2.git
synced 2024-12-23 01:27:14 +02:00
Fixing setting mode changer Z index issue #587
This commit is contained in:
parent
a62e25219d
commit
66d20e200f
@ -1,14 +1,3 @@
|
|||||||
<ng-template #popTemplate>
|
|
||||||
<span i18n>Application version</span>: v{{(settingsService.settings | async).Environment.appVersion}}
|
|
||||||
<ng-container *ngIf="(settingsService.settings | async).Environment.buildTime">
|
|
||||||
<br/>
|
|
||||||
<span i18n>Built at</span>: {{(settingsService.settings | async).Environment.buildTime | date:'medium' }}
|
|
||||||
</ng-container>
|
|
||||||
<ng-container *ngIf="(settingsService.settings | async).Environment.buildCommitHash">
|
|
||||||
<br/>
|
|
||||||
<span i18n>Git commit</span>: {{(settingsService.settings | async).Environment.buildCommitHash}}
|
|
||||||
</ng-container>
|
|
||||||
</ng-template>
|
|
||||||
<app-frame>
|
<app-frame>
|
||||||
<div body class="container-fluid">
|
<div body class="container-fluid">
|
||||||
|
|
||||||
@ -72,7 +61,7 @@
|
|||||||
|
|
||||||
<div class="row mt-2">
|
<div class="row mt-2">
|
||||||
<div class="col-md-2 ">
|
<div class="col-md-2 ">
|
||||||
<nav class="nav flex-column sticky-top">
|
<nav class="nav flex-column sticky-top z-0 pb-2">
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="card-body text-md-start text-center align-content-md-start align-content-center">
|
<div class="card-body text-md-start text-center align-content-md-start align-content-center">
|
||||||
<h5 i18n="title of left card in settings page that contains settings contents" class="card-title">
|
<h5 i18n="title of left card in settings page that contains settings contents" class="card-title">
|
||||||
@ -128,3 +117,14 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
</app-frame>
|
</app-frame>
|
||||||
|
<ng-template #popTemplate>
|
||||||
|
<span i18n>Application version</span>: v{{(settingsService.settings | async).Environment.appVersion}}
|
||||||
|
<ng-container *ngIf="(settingsService.settings | async).Environment.buildTime">
|
||||||
|
<br/>
|
||||||
|
<span i18n>Built at</span>: {{(settingsService.settings | async).Environment.buildTime | date:'medium' }}
|
||||||
|
</ng-container>
|
||||||
|
<ng-container *ngIf="(settingsService.settings | async).Environment.buildCommitHash">
|
||||||
|
<br/>
|
||||||
|
<span i18n>Git commit</span>: {{(settingsService.settings | async).Environment.buildCommitHash}}
|
||||||
|
</ng-container>
|
||||||
|
</ng-template>
|
||||||
|
Loading…
Reference in New Issue
Block a user