Ittay Stern | 6f900cc | 2018-08-29 17:01:32 +0300 | [diff] [blame] | 1 | import {Component} from '@angular/core'; |
2 | |||||
3 | @Component({ | ||||
4 | selector: 'app-support', | ||||
5 | template: ` | ||||
6 | <ul> | ||||
7 | <li><a href="../../version">Version</a></li> | ||||
8 | <li><a href="../../flags">Feature Flags</a></li> | ||||
9 | <li><a href="#/healthStatus">Probe</a></li> | ||||
10 | <li> | ||||
11 | <form action="../../rest/models/reset" method="post"> | ||||
12 | <button name="upvote" value="Upvote"></button> | ||||
13 | </form> | ||||
14 | </li> | ||||
15 | </ul> | ||||
16 | `, | ||||
17 | }) | ||||
18 | |||||
19 | export class SupportComponent { | ||||
20 | } |