Skip to content

Commit

Permalink
Merge branch 'feature/SHIBUI-572' of bitbucket.org:unicon/shib-idp-ui…
Browse files Browse the repository at this point in the history
… into feature/SHIBUI-572
  • Loading branch information
rmathis committed Jun 21, 2018
2 parents dfee55f + f9ee2db commit 3c1d15b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui/src/app/metadata/provider/container/wizard.component.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<div class="container-fluid p-3" role="main">
Hi. I'm the metadata provider wizard.
</div>
Empty file.
13 changes: 13 additions & 0 deletions ui/src/app/metadata/provider/container/wizard.component.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import { Component } from '@angular/core';
import { Router } from '@angular/router';

@Component({
selector: 'wizard-page',
templateUrl: './wizard.component.html',
styleUrls: ['./wizard.component.scss']
})

export class WizardComponent {

}

0 comments on commit 3c1d15b

Please sign in to comment.