Skip to content

Commit

Permalink
Closes Issue #42 - Remove "No Further Action" (#2962)
Browse files Browse the repository at this point in the history
  • Loading branch information
SavvasMisaghMoayyed committed Oct 2, 2017
1 parent d477c2f commit 33507c6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@
</md-icon>
</div>

<div *ngIf="type == TYPE.RETURN_ALL || type == TYPE.DENY_ALL || isEmpty( formData.availableAttributes )">
<ng-container i18n="management.services.service.noAction">
{{ messages.management_services_service_noAction }}
</ng-container>
</div>

<div *ngIf="(type == TYPE.RETURN_ALLOWED || type == TYPE.METADATA) && !isEmpty( formData.availableAttributes )">
<md-select multiple style="width:400px;padding-top:25px;"
i18n-placeholder="services.form.label.attrRelease.policies.returnAllowed"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@
</md-radio-group>
</div>

<div *ngIf="type == TYPE.DEFAULT">
<ng-container i18n="services.service.noAction">
{{ messages.management_services_service_noAction }}
</ng-container>
</div>

<div *ngIf="type == TYPE.CACHING">
<div>
<md-select required style="width:400px;padding-top:25px;padding-bottom: 25px;"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@

</md-radio-group>

<div class="well well-sm" *ngIf="type == TYPE.REFUSE">
<ng-container i18n="management.services.service.noAction">
{{ messages.management_services_service_noAction }}
</ng-container>
</div>

<div *ngIf="type == TYPE.REGEX">
<md-form-field class="textInput">
<input mdInput required
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@

</md-radio-group>

<div class="well well-sm" *ngIf="type == TYPE.DEFAULT">
<ng-container i18n="management.services.service.noAction">
{{ messages.management_services_service_noAction }}
</ng-container>
</div>

<div *ngIf="type == TYPE.ANONYMOUS">
<md-form-field class="textInput">
<input mdInput required
Expand Down

0 comments on commit 33507c6

Please sign in to comment.