[Monitor]: Remove image-front-top bar and change Collaboration tp Demo topic
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-monitor-portal/trunk/monitor@57400 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
18e739569f
commit
7eadecd2e0
|
@ -3,7 +3,6 @@
|
|||
name="OpenAIRE Monitor">
|
||||
</schema2jsonld>
|
||||
<div
|
||||
class="image-front-topbar uk-margin-medium-top"
|
||||
uk-scrollspy="{"target":"[uk-scrollspy-class]","cls":"uk-animation-fade","delay":false}"
|
||||
tm-header-transparent="light" tm-header-transparent-placeholder="">
|
||||
<div *ngIf="status === errorCodes.LOADING" class="uk-animation-fade uk-margin-top uk-width-1-1" role="alert">
|
||||
|
|
|
@ -225,7 +225,7 @@ export class Stakeholder {
|
|||
return topic;
|
||||
}
|
||||
createCollaborationTopic():Topic{
|
||||
let topic = new Topic("Collaboration","This is a demo topic","collaboration",true,true);
|
||||
let topic = new Topic("Demo Topic","This is a demo topic","demo-topic",true,true);
|
||||
|
||||
let category1:Category = new Category("Category 1","This is ","cat",true,true);
|
||||
topic.categories.push(category1);
|
||||
|
|
Loading…
Reference in New Issue