mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACA] ADF latest alpha (#311)
* update * fix layout * about page layout fix
This commit is contained in:
committed by
Denys Vuika
parent
bc6f02e261
commit
5ebcd44723
Generated
+641
-4832
File diff suppressed because it is too large
Load Diff
+2
-2
@@ -18,8 +18,8 @@
|
|||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@alfresco/adf-content-services": "2.3.0-eff3ea83b03603d77986d6080553f799025e3f90",
|
"@alfresco/adf-content-services": "2.3.0-0a8438954b0b3f7b0d1ba805e9fd030ba6b36e45",
|
||||||
"@alfresco/adf-core": "2.3.0-eff3ea83b03603d77986d6080553f799025e3f90",
|
"@alfresco/adf-core": "2.3.0-0a8438954b0b3f7b0d1ba805e9fd030ba6b36e45",
|
||||||
"@angular/animations": "5.1.1",
|
"@angular/animations": "5.1.1",
|
||||||
"@angular/cdk": "5.0.1",
|
"@angular/cdk": "5.0.1",
|
||||||
"@angular/common": "5.1.1",
|
"@angular/common": "5.1.1",
|
||||||
|
|||||||
@@ -1,46 +1,48 @@
|
|||||||
<div class="inner-layout inner-layout--scroll">
|
<div class="inner-layout inner-layout--scroll">
|
||||||
<div class="inner-layout__content inner-layout__content--scroll">
|
<div class="inner-layout__content">
|
||||||
<article *ngIf="ecmVersion" class="padding">
|
<div class="inner-layout__panel content--scroll">
|
||||||
<header class="header padding-left">Alfresco Content Services</header>
|
<article *ngIf="ecmVersion" class="padding">
|
||||||
<p class="padding-left"> version: {{ ecmVersion.edition }} {{ ecmVersion.version.display }} </p>
|
<header class="header padding-left">Alfresco Content Services</header>
|
||||||
</article>
|
<p class="padding-left"> version: {{ ecmVersion.edition }} {{ ecmVersion.version.display }} </p>
|
||||||
|
</article>
|
||||||
|
|
||||||
<article class="padding-top-bottom">
|
<article class="padding-top-bottom">
|
||||||
<header class="header padding-left-right">License</header>
|
<header class="header padding-left-right">License</header>
|
||||||
<adf-datatable [data]="license"></adf-datatable>
|
<adf-datatable [data]="license"></adf-datatable>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
<article class="padding-top-bottom">
|
<article class="padding-top-bottom">
|
||||||
<header class="header padding-left-right">Status</header>
|
<header class="header padding-left-right">Status</header>
|
||||||
<adf-datatable [data]="status"></adf-datatable>
|
<adf-datatable [data]="status"></adf-datatable>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
<article class="padding-top-bottom">
|
<article class="padding-top-bottom">
|
||||||
<header class="header padding-left-right">Modules</header>
|
<header class="header padding-left-right">Modules</header>
|
||||||
<adf-datatable [data]="modules"></adf-datatable>
|
<adf-datatable [data]="modules"></adf-datatable>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
<article class="padding">
|
<article class="padding">
|
||||||
<header class="header padding-left">Alfresco Content Application</header>
|
<header class="header padding-left">Alfresco Content Application</header>
|
||||||
<p class="padding-left"> version: {{ releaseVersion }} </p>
|
<p class="padding-left"> version: {{ releaseVersion }} </p>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
<article *ngIf="githubUrlCommitAlpha" class="padding">
|
<article *ngIf="githubUrlCommitAlpha" class="padding">
|
||||||
<header class="header">Source code</header>
|
<header class="header">Source code</header>
|
||||||
|
|
||||||
<small>You are running the project based on the following commit:</small>
|
<small>You are running the project based on the following commit:</small>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a [href]="githubUrlCommitAlpha" target="blank">{{githubUrlCommitAlpha}}</a>
|
<a [href]="githubUrlCommitAlpha" target="blank">{{githubUrlCommitAlpha}}</a>
|
||||||
</p>
|
</p>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
<article>
|
<article>
|
||||||
<header class="header padding-left-right">Packages</header>
|
<header class="header padding-left-right">Packages</header>
|
||||||
|
|
||||||
<small class="padding-left-right">Current project is using the following ADF libraries:</small>
|
<small class="padding-left-right">Current project is using the following ADF libraries:</small>
|
||||||
|
|
||||||
<adf-datatable [data]="data"></adf-datatable>
|
<adf-datatable [data]="data"></adf-datatable>
|
||||||
</article>
|
</article>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ export class AboutComponent implements OnInit {
|
|||||||
{type: 'text', key: 'id', title: 'ID', sortable: true},
|
{type: 'text', key: 'id', title: 'ID', sortable: true},
|
||||||
{type: 'text', key: 'title', title: 'Title', sortable: true},
|
{type: 'text', key: 'title', title: 'Title', sortable: true},
|
||||||
{type: 'text', key: 'version', title: 'Description', sortable: true},
|
{type: 'text', key: 'version', title: 'Description', sortable: true},
|
||||||
{type: 'text', key: 'installDate', title: 'Install Date', sortable: true},
|
{type: 'date', key: 'installDate', title: 'Install Date', sortable: true},
|
||||||
{type: 'text', key: 'installState', title: 'Install State', sortable: true},
|
{type: 'text', key: 'installState', title: 'Install State', sortable: true},
|
||||||
{type: 'text', key: 'versionMin', title: 'Version Minor', sortable: true},
|
{type: 'text', key: 'versionMin', title: 'Version Minor', sortable: true},
|
||||||
{type: 'text', key: 'versionMax', title: 'Version Max', sortable: true}
|
{type: 'text', key: 'versionMax', title: 'Version Max', sortable: true}
|
||||||
@@ -69,8 +69,8 @@ export class AboutComponent implements OnInit {
|
|||||||
]);
|
]);
|
||||||
|
|
||||||
this.license = new ObjectDataTableAdapter([this.ecmVersion.license], [
|
this.license = new ObjectDataTableAdapter([this.ecmVersion.license], [
|
||||||
{type: 'text', key: 'issuedAt', title: 'Issued At', sortable: true},
|
{type: 'date', key: 'issuedAt', title: 'Issued At', sortable: true},
|
||||||
{type: 'text', key: 'expiresAt', title: 'Expires At', sortable: true},
|
{type: 'date', key: 'expiresAt', title: 'Expires At', sortable: true},
|
||||||
{type: 'text', key: 'remainingDays', title: 'Remaining Days', sortable: true},
|
{type: 'text', key: 'remainingDays', title: 'Remaining Days', sortable: true},
|
||||||
{type: 'text', key: 'holder', title: 'Holder', sortable: true},
|
{type: 'text', key: 'holder', title: 'Holder', sortable: true},
|
||||||
{type: 'text', key: 'mode', title: 'Type', sortable: true},
|
{type: 'text', key: 'mode', title: 'Type', sortable: true},
|
||||||
|
|||||||
@@ -26,10 +26,6 @@ $app-inner-layout--footer-height: 48px;
|
|||||||
@include flex-row;
|
@include flex-row;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__content--scroll {
|
|
||||||
overflow: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
&__content--hide {
|
&__content--hide {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
@@ -47,6 +43,10 @@ $app-inner-layout--footer-height: 48px;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.content--scroll {
|
||||||
|
overflow: auto !important;
|
||||||
|
}
|
||||||
|
|
||||||
app-generic-error {
|
app-generic-error {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ html, body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
app-root,
|
app-root,
|
||||||
|
app-about,
|
||||||
app-layout,
|
app-layout,
|
||||||
adf-layout-container,
|
adf-layout-container,
|
||||||
app-search,
|
app-search,
|
||||||
|
|||||||
@@ -12,3 +12,7 @@ adf-sidenav-layout {
|
|||||||
.sidenav-layout {
|
.sidenav-layout {
|
||||||
@include flex-column;
|
@include flex-column;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mat-drawer-content>div, .mat-drawer-content>div>div {
|
||||||
|
@include flex-column;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user