11< div class ="content no-grow ">
2- < div class ="box-apitab ">
3- < button class ="apitab " [disabled] ="!api_url_obj " (click) ="openApiTab(api_url_obj) "> GET API</ button >
4- < button class ="apitab " [disabled] ="!api_url_stats_obj " (click) ="openApiTab(api_url_stats_obj) "> GET STATS
5- API</ button >
6- </ div >
7- </ div >
8- < div class ="content grow ">
92 < h2 > Page Info</ h2 >
103 < div *ngIf ="!org_id " class ="not_mist ">
114 < div > Sorry, this website does not look like a Mist Dashboard...</ div >
125 < div > If you think I'm wrong, please send me an email with the current URL.</ div >
136 </ div >
147 < div *ngIf ="org_id ">
158 < div class ="box-ids " *ngIf ="org_id ">
16- < label class ="ids " for ="org_id ">
17- ORG ID
18- < button class ="copy-ids " name ="copy " (click) ="copyId(org_id_input) ">
19- < img class ="copy-ids " src ="assets/copy.svg " alt ="copy ">
20- </ button >
21- </ label >
9+ < label class ="ids " for ="org_id "> ORG ID</ label >
2210 < div class =box-ids-input >
2311 < input class ="ids " type ="text " readonly [(value)] ="org_id " [ngClass] ="focused == 'org_id'? 'focused' : '' " id ="org_id " #org_id_input >
12+ < button class ="copy-ids " name ="copy " (click) ="copyId(org_id_input) ">
13+ < img class ="copy-ids " src ="assets/copy.svg " alt ="copy ">
14+ </ button >
2415 </ div >
2516 </ div >
2617 < div class ="box-ids " *ngIf ="site_id ">
27- < label class ="ids " for ="site_id ">
28- SITE ID
29- < button class ="copy-ids " name ="copy " (click) ="copyId(site_id_input) ">
30- < img class ="copy-ids " src ="assets/copy.svg " alt ="copy ">
31- </ button >
32- </ label >
18+ < label class ="ids " for ="site_id "> SITE ID</ label >
3319 < div class =box-ids-input >
3420 < input class ="ids " type ="text " readonly [(value)] ="site_id " [ngClass] ="focused == 'site_id'? 'focused' : '' " id ="site_id " #site_id_input >
21+ < button class ="copy-ids " name ="copy " (click) ="copyId(site_id_input) ">
22+ < img class ="copy-ids " src ="assets/copy.svg " alt ="copy ">
23+ </ button >
3524 </ div >
3625 </ div >
3726 < div class ="box-ids " *ngIf ="obj_id ">
38- < label class ="ids " for ="obj_id ">
39- {{obj_name}} ID
40- < button class ="copy-ids " name ="copy " (click) ="copyId(obj_id_input) ">
41- < img class ="copy-ids " src ="assets/copy.svg " alt ="copy ">
42- </ button >
43- </ label >
27+ < label class ="ids " for ="obj_id "> {{obj_name | uppercase}} ID</ label >
4428 < div class =box-ids-input >
4529 < input class ="ids " type ="text " readonly [(value)] ="obj_id " [ngClass] ="focused == 'obj_id'? 'focused': '' " id ="obj_id " #obj_id_input >
30+ < button class ="copy-ids " name ="copy " (click) ="copyId(obj_id_input) ">
31+ < img class ="copy-ids " src ="assets/copy.svg " alt ="copy ">
32+ </ button >
4633 </ div >
4734 </ div >
4835 </ div >
4936</ div >
37+ < div *ngIf ="quick_links.length > 0 " class ="content no-grow ">
38+ < h2 > Quick API Access</ h2 >
39+ < div class ="box-apitab ">
40+ < button *ngFor ="let quick_link of quick_links " class ="apitab " (click) ="openApiTab(quick_link.url) "> {{quick_link.name | uppercase}}</ button >
5041
51- < div class ="content no-grow ">
52- < h2 > Documentation</ h2 >
53- < div class ="box-links ">
54- < button class ="links " (click) ="openTab('postman') "> Postman</ button >
55- < button class ="links " (click) ="openTab('openapi') "> OpenAPI</ button >
56- < button class ="links " (click) ="openTab('mist') "> MistAPI</ button >
5742 </ div >
5843</ div >
0 commit comments