|
@@ -24,8 +24,8 @@
|
|
|
</div>
|
|
|
|
|
|
<div class="row">
|
|
|
- <div class="col-12 col-sm-12 col-md-12 col-lg-6">
|
|
|
- <div class="form-group">
|
|
|
+ <div class="col-12 col-sm-12 col-md-12 col-lg-12">
|
|
|
+ <div class="form-group" style="float:right;">
|
|
|
<span class="spanSelect-w" style="margin-right:10px;">
|
|
|
<select [ngModel]="dataTableNumber" class="form-control selectButton-w" (input)="onGetValue($event)">
|
|
|
<option value="5">5</option>
|
|
@@ -36,13 +36,8 @@
|
|
|
من العناصر يتم عرضها
|
|
|
</span>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- <div class="col-12 col-sm-12 col-md-12 col-lg-6">
|
|
|
-
|
|
|
- </div>
|
|
|
- <div class="col-12 col-sm-12 col-md-12 col-lg-12" style="margin-top: 20px;">
|
|
|
- <div class="form-group">
|
|
|
- <span class="spanSelect-w" style="margin-right:10px;">
|
|
|
+ <div class="form-group" style="float: right; margin: 0 20px;">
|
|
|
+ <span class="spanSelect-w" >
|
|
|
<select [ngModel]="dataTableNumber" style="width:134px;" class="form-control selectButton-w" (input)="onGetValue($event)">
|
|
|
<option *ngFor="let type of vehicle_types" [value]="type.id">{{type.name}}</option>
|
|
|
</select>
|
|
@@ -51,6 +46,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
+
|
|
|
</div>
|
|
|
|
|
|
<table class="table table-bordered" *ngIf="this.count != 0">
|
|
@@ -61,7 +57,7 @@
|
|
|
<input type="checkbox" class="custom-control-input" [(ngModel)]="selectedAll" (change)="selectAll();" id="customCheck" name="example1">
|
|
|
</div>
|
|
|
</th>
|
|
|
- <th>إسم النوع</th>
|
|
|
+ <th>إسم الموديل</th>
|
|
|
<th>الحاله</th>
|
|
|
<th *ngIf="authSer.showEditBtn">تعديل</th>
|
|
|
</tr>
|
|
@@ -83,7 +79,7 @@
|
|
|
<div class="col-12" *ngIf="this.count == 0" >
|
|
|
<!-- taaaaaaaaaaable -->
|
|
|
<h2 class="title">
|
|
|
- لايوجد بيانات لعرضها
|
|
|
+ لايوجد بيانات لعرضها
|
|
|
</h2>
|
|
|
|
|
|
</div>
|