Skip to content
Snippets Groups Projects
Commit 4d5a8ac5 authored by cazenave's avatar cazenave
Browse files

stats homepage

parent 58d329b7
No related branches found
No related tags found
No related merge requests found
......@@ -9,11 +9,9 @@
<h3 style="width: 100%;text-align: center;"> <strong>{{settingtitle}}</strong></h3>
<nb-user style="white-space: pre;" name="Paulo Pimenta"
<nb-user style="white-space: pre;" name="User"
title="CINES"
[nbContextMenu]="items"
badgePosition="right"
nbContextMenuTag="my-context-menu">
badgePosition="right">
</nb-user>
<button routerLink="/login" nbContextMenuPlacement="right" outline nbButton >Login</button>
......@@ -28,7 +26,7 @@
<router-outlet></router-outlet>
<!--<hr style="border-bottom: 1px solid gray; width: 80%; position: absolute;margin-top: 25%;">
<p>Test</p>-->
</nb-layout-column>
<nb-layout-footer>Contact us</nb-layout-footer>
......
......@@ -57,7 +57,7 @@ export class AppComponent {
icon: 'options-2-outline',
children: [
{
title: 'FDP settings',
title: 'FFDS settings',
link: '/settingfdp',
pathMatch:'full'
},
......
......@@ -7,7 +7,7 @@ import { HttpClient, HttpHeaders } from '@angular/common/http';
})
export class ParseXmlService {
blazePath = "http://10.6.10.9:8888/blazegraph/sparql"
blazePath = "http://51.210.211.132:8888/blazegraph/sparql"
constructor(private http:HttpClient) { }
......
......@@ -6,7 +6,7 @@
<th style="text-align: center;">Number of Datasets</th>
</thead>
<tbody >
<tr><td *ngFor="let stat of stats"><strong>{{stat}}</strong></td></tr>
<tr><td *ngFor="let stat of stats" style="text-align: center;"><strong>{{stat}}</strong></td></tr>
</tbody>
</table>
</div>
\ No newline at end of file
......@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>RegisterFront</title>
<base href="/front">
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap" rel="stylesheet">
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment