initial commit

This commit is contained in:
Chris Chen
2022-09-30 10:53:48 -07:00
commit 911b45739d
1026 changed files with 149872 additions and 0 deletions
@@ -0,0 +1,16 @@
<nb-card status="success">
<nb-card-header>
Assign Cell Group
</nb-card-header>
<nb-card-body>
<div class="row form-group">
<op-drop-down name="groupId" [source]="cellGroupOptions" [(ngModel)]="groupId" required></op-drop-down>
</div>
</nb-card-body>
<nb-card-footer>
<button class="float-right" nbButton hero status="danger" size="small" (click)="close()"
[nbSpinner]="processing">Close</button>
<button class="float-right mr-2" nbButton hero status="primary" size="small" (click)="update()"
[nbSpinner]="processing">Submit</button>
</nb-card-footer>
</nb-card>