Skip to content

Commit 7ec638a

Browse files
authored
Update body.html
1 parent da2102c commit 7ec638a

File tree

1 file changed

+4
-3
lines changed
  • Modern Development/Service Portal Widgets/Open in Platform

1 file changed

+4
-3
lines changed
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<div>
2-
<span ng-if="::data.role==true">
3-
<a href="{{::data.url}}" target='_blank'class='btn btn-default'>{{::options.button_text}}</a>
4-
</span>
2+
<span class="btn-cntr" ng-if="::data.role==true">
3+
<a href="{{::data.platform_url}}" target='_blank'class='btn btn-default'>{{::options.open_in_platform}}</a><br> <!--Platform button configuration-->
4+
<a href="{{::data.sow_url}}" target='_blank'class='btn btn-default'>{{::options.open_in_sow}}</a> <!--SOW button configuration-->
5+
</span>
56
</div>

0 commit comments

Comments
 (0)