Files
WrenchBoardIonic2023/src/app/components/job-group/job-group.component.html
T
CHIEFSOFT\ameye 090a127eaa job group
2023-12-09 08:53:00 -05:00

15 lines
286 B
HTML

<ion-grid>
<ion-row>
<ion-col>
You do not have any group currently
</ion-col>
</ion-row>
<ion-row>
<ion-col>
<ion-button size="small" shape="round" expand="block">Create a group</ion-button>
</ion-col>
</ion-row>
</ion-grid>