Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/1.6 #306

Merged
merged 8 commits into from
Sep 18, 2019
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ <h1 class="title-text">{{pageTitle}}</h1>
<div>
<input type="radio" id="federated-rule" value="Classic" name="ruleType" class="ib" checked="checked" [(ngModel)]="ruleType">
<label for="federated-rule" class="db">Federated Rule</label>
<input type="radio" id="manage-rule" value="Manage Rule" name="ruleType" class="ib" [(ngModel)]="ruleType">
<input type="radio" id="manage-rule" value="ManageRule" name="ruleType" class="ib" [(ngModel)]="ruleType">
<label for="manage-rule" class="manage-rule">Manage Rule</label>
<input type="radio" id="serverless" value="Serverless" name="ruleType" class="ib" [(ngModel)]="ruleType">
<label for="serverless" class="db serverless">Serverless <a class="link" href="http://jazz.corporate.t-mobile.com/" target="_blank">(Create Serverless URL)</a></label>
Expand Down Expand Up @@ -476,4 +476,4 @@ <h1 class="title-text">{{pageTitle}}</h1>
</ul>
</section>
</div>
</div>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ <h1 class="title-text">{{pageTitle}}</h1>
<div>
<input type="radio" id="federated-rule" value="Classic" name="ruleType" class="ib" checked="checked" [(ngModel)]="ruleType">
<label for="federated-rule" class="db">Federated Rule</label>
<input type="radio" id="manage-rule" value="Manage Rule" name="ruleType" class="ib" [(ngModel)]="ruleType">
<input type="radio" id="manage-rule" value="ManageRule" name="ruleType" class="ib" [(ngModel)]="ruleType">
<label for="manage-rule" class="manage-rule">Manage Rule</label>
<input type="radio" id="serverless" value="Serverless" name="ruleType" class="ib" [(ngModel)]="ruleType">
<label for="serverless" class="db serverless">Serverless <a class="link" href="http://jazz.corporate.t-mobile.com/" target="_blank">(Create Serverless URL)</a></label>
Expand Down