2021-01-11 19:33:24 +01:00
|
|
|
<div page-content class="admin-pages">
|
|
|
|
<div header>
|
2021-01-26 18:00:40 +01:00
|
|
|
<admin-tabs tab="entity" [portal]="portal"></admin-tabs>
|
2021-01-13 15:47:28 +01:00
|
|
|
<div *ngIf="!errorMessage && !showLoading" class="uk-grid" uk-grid>
|
2021-01-11 19:33:24 +01:00
|
|
|
<div class="uk-width-1-1">
|
|
|
|
<ul *ngIf="!isPortalAdministrator" class="uk-subnav uk-subnav-pill">
|
|
|
|
<li [class.uk-active]="filterForm.get('status').value === 'all'"><a
|
|
|
|
(click)="filterForm.get('status').setValue('all')"><span
|
|
|
|
class="title">All entities</span></a></li>
|
|
|
|
<li [class.uk-active]="filterForm.get('status').value === 'enabled'"><a
|
|
|
|
(click)="filterForm.get('status').setValue('enabled')"><span class="title">Enabled</span></a></li>
|
|
|
|
<li [class.uk-active]="filterForm.get('status').value === 'disabled'"><a
|
|
|
|
(click)="filterForm.get('status').setValue('disabled')"><span class="title">Disabled</span></a></li>
|
|
|
|
</ul>
|
2019-12-18 16:14:21 +01:00
|
|
|
</div>
|
2021-01-12 11:23:26 +01:00
|
|
|
<div class="uk-width-1-1 uk-flex uk-flex-right@m uk-flex-center uk-flex-wrap uk-flex-middle uk-grid" uk-grid>
|
2021-02-02 13:29:18 +01:00
|
|
|
<div #searchInputComponent search-input [control]="filterForm.controls.keyword" [showSearch]="false" placeholder="Search entity"
|
|
|
|
[selected]="selectedKeyword" (closeEmitter)="onSearchClose()" (resetEmitter)="reset()"
|
|
|
|
[bordered]="true" colorClass="uk-text-secondary" class="uk-width-1-3@xl uk-width-2-5@l uk-width-1-2@m uk-width-1-1"></div>
|
2021-01-12 11:23:26 +01:00
|
|
|
<div class="show-options">
|
2021-01-11 19:33:24 +01:00
|
|
|
<button class="uk-button uk-button-secondary">Bulk Actions</button>
|
|
|
|
<div uk-dropdown="mode: click">
|
2021-01-12 11:28:09 +01:00
|
|
|
<ul class="uk-nav uk-dropdown-nav"
|
2021-01-11 19:33:24 +01:00
|
|
|
[attr.uk-tooltip]="getSelectedEntities().length == 0 ? 'pos:left; cls: uk-active' : 'cls: uk-invisible'"
|
|
|
|
title="Select at least one entity">
|
|
|
|
<li *ngIf="!isPortalAdministrator"><a [class]="getSelectedEntities().length == 0 ? 'uk-disabled' : ''"
|
|
|
|
(click)="toggleEntities(true, getSelectedEntities())"><i></i>
|
|
|
|
Activate
|
|
|
|
</a></li>
|
|
|
|
<li *ngIf="!isPortalAdministrator"><a [class]="getSelectedEntities().length == 0 ? 'uk-disabled' : ''"
|
|
|
|
(click)="toggleEntities(false, getSelectedEntities())"><i></i>
|
|
|
|
Deactivate
|
|
|
|
</a></li>
|
|
|
|
<li *ngIf="isPortalAdministrator"><a [class]="getSelectedEntities().length == 0 ? 'uk-disabled' : ''"
|
|
|
|
(click)="confirmDeleteSelectedEntities()"><i></i> Delete </a></li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
2021-01-12 11:23:26 +01:00
|
|
|
<div *ngIf="isPortalAdministrator">
|
2021-01-11 19:33:24 +01:00
|
|
|
<a (click)="newEntity()"
|
|
|
|
class="uk-flex uk-flex-middle uk-text-uppercase">
|
|
|
|
<button class="large uk-icon-button uk-button-secondary">
|
|
|
|
<icon name="add"></icon>
|
|
|
|
</button>
|
|
|
|
<button class="uk-button uk-button-link uk-margin-small-left uk-text-secondary">Add entity</button>
|
|
|
|
</a>
|
|
|
|
</div>
|
2019-12-18 16:14:21 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
2021-01-11 19:33:24 +01:00
|
|
|
</div>
|
|
|
|
<div inner>
|
2021-02-01 20:17:55 +01:00
|
|
|
<loading *ngIf="showLoading" class="uk-margin-large-top"></loading>
|
|
|
|
<div *ngIf="!showLoading">
|
2021-01-11 19:33:24 +01:00
|
|
|
<div *ngIf="!isPortalAdministrator" class="uk-alert uk-alert-primary uk-margin-top-large">
|
|
|
|
<div>
|
|
|
|
<span class="uk-margin-small-right uk-icon" uk-icon="warning"></span>
|
|
|
|
Disable an entity to hide it from community dashboard portal.
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="uk-text-small">If an entity is disabled, all related search and advanced search pages will be
|
|
|
|
hidden from the community dashborad and a message "Can't find that page" will appear in case the url of that
|
|
|
|
page is loaded. If the related page belongs to the menu the link will be removed from menu, too.
|
2021-01-11 10:21:42 +01:00
|
|
|
</div>
|
2019-12-18 16:14:21 +01:00
|
|
|
|
2021-01-11 19:33:24 +01:00
|
|
|
</div>
|
|
|
|
<div *ngIf="updateErrorMessage" class="uk-alert-danger" uk-alert>
|
|
|
|
<a class="uk-alert-close" uk-close></a>
|
|
|
|
{{updateErrorMessage}}
|
|
|
|
</div>
|
|
|
|
<div *ngIf="errorMessage" class="uk-alert uk-alert-danger uk-margin-large-top"
|
|
|
|
role="alert">{{errorMessage}}</div>
|
2021-02-01 20:17:55 +01:00
|
|
|
<div class="md-card uk-margin-medium-bottom" *ngIf="!errorMessage">
|
2021-01-11 19:33:24 +01:00
|
|
|
<div class="md-card-content">
|
|
|
|
<div class="uk-overflow-container">
|
|
|
|
<table class="uk-table uk-table-striped uk-table-hover uk-table-large">
|
2021-01-28 17:55:09 +01:00
|
|
|
<thead class="uk-card-header">
|
2021-01-11 19:33:24 +01:00
|
|
|
<tr>
|
|
|
|
<th
|
|
|
|
class="uk-width-small"><input id="allEntityCheckbox" type="checkbox"
|
|
|
|
(change)="toggleCheckBoxes($event)"></th>
|
|
|
|
<th>Name</th>
|
|
|
|
<th *ngIf="!isPortalAdministrator">Status</th>
|
|
|
|
<th *ngIf="!isPortalAdministrator">Enable/Disable</th>
|
|
|
|
<th *ngIf="isPortalAdministrator">Actions</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
<tr *ngFor="let check of checkboxes; let i=index">
|
|
|
|
<td><input id="{{check.entity._id}}" class="checkBox" type="checkbox"
|
|
|
|
name="entitiescb[]" value="{{check.entity._id}}" [(ngModel)]="check.checked">
|
|
|
|
</td>
|
|
|
|
<td>
|
|
|
|
<div class="name" href="#">{{check.entity.name}}</div>
|
|
|
|
</td>
|
|
|
|
<td *ngIf="!isPortalAdministrator">
|
|
|
|
<div class="name" href="#">{{check.entity.isEnabled ? "Enabled" : "Disabled"}}</div>
|
|
|
|
</td>
|
|
|
|
<td *ngIf="!isPortalAdministrator">
|
|
|
|
<mat-slide-toggle [checked]="check.entity.isEnabled"
|
|
|
|
(change)="($event.source.checked = check.entity.isEnabled);toggleEntities(!check.entity.isEnabled,[check.entity._id])"></mat-slide-toggle>
|
|
|
|
</td>
|
2019-12-18 16:14:21 +01:00
|
|
|
|
2021-01-11 19:33:24 +01:00
|
|
|
<td *ngIf="isPortalAdministrator">
|
|
|
|
<div class="actions" href="#">
|
|
|
|
<i class="clickable " uk-icon="pencil" (click)="editEntity(i)"></i>
|
|
|
|
<i class="clickable uk-text-danger" uk-icon="trash"
|
|
|
|
(click)="confirmDeleteEntity(check.entity._id)"></i>
|
2019-12-18 16:14:21 +01:00
|
|
|
</div>
|
2021-01-11 19:33:24 +01:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
2021-01-28 17:33:16 +01:00
|
|
|
<div *ngIf="checkboxes.length ==0 ">
|
2021-01-11 19:33:24 +01:00
|
|
|
<div class="uk-alert-warning" uk-alert>No entities found</div>
|
|
|
|
</div>
|
2019-12-18 16:14:21 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
2021-01-11 19:33:24 +01:00
|
|
|
|
|
|
|
</div>
|
2019-12-18 16:14:21 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2021-01-28 17:33:16 +01:00
|
|
|
<modal-alert #editModal (alertOutput)="entitySaveConfirmed($event)"
|
|
|
|
[okDisabled]="entityForm && (entityForm.invalid || !entityForm.dirty)">
|
2019-12-18 16:14:21 +01:00
|
|
|
<div *ngIf="modalErrorMessage" class="uk-alert-danger" uk-alert aria-hidden="true">{{ modalErrorMessage }}</div>
|
2021-01-28 17:33:16 +01:00
|
|
|
<form *ngIf="entityForm" [formGroup]="entityForm" class="uk-grid uk-child-width-1-1" uk-grid>
|
|
|
|
<div dashboard-input [formInput]="entityForm.get('name')"
|
|
|
|
type="text" placeholder="Write a name"
|
2019-12-18 16:14:21 +01:00
|
|
|
label="Entity Name">
|
|
|
|
</div>
|
2021-01-28 17:33:16 +01:00
|
|
|
<div dashboard-input [formInput]="entityForm.get('pid')"
|
|
|
|
type="text" placeholder="Write a pid"
|
2019-12-18 16:14:21 +01:00
|
|
|
label="Entity Pid">
|
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</modal-alert>
|
|
|
|
|
2021-01-28 17:33:16 +01:00
|
|
|
<modal-alert #relatedPages (alertOutput)="continueToggling($event)"></modal-alert>
|
2019-12-18 16:14:21 +01:00
|
|
|
|
2021-01-28 17:33:16 +01:00
|
|
|
<modal-alert #deleteModal (alertOutput)="confirmedDeleteEntities($event)"></modal-alert>
|