Projet

Général

Profil

Révision 2216fd44 src/app/home/home.component.html

Voir les différences:

src/app/home/home.component.html
35 35
            <Button id="btnSendPicture" text="Envoyer la photo" (tap)='onSendPictureTap($event)' padding="10" class="-primary" [isEnabled]="hasPicture"></Button>
36 36
            <Label text="6. Regardez l'album sur https://{{serverURI}}/{{album}}" class="label" textAlignment="left"></Label>
37 37
            <Button id="btnGotoWeb" text="Aller sur https://{{serverURI}}/{{album}}" (tap)='onGotoWebTap($event)' padding="10" class="-primary"></Button>
38
            <ActivityIndicator id="busyIndicator" [busy]="isBusy" (busyChange)="onBusyChanged($event)"></ActivityIndicator>
38 39
            <Image [src]="cameraImage" stretch="aspectFit" margin="10"></Image>
39 40
        </StackLayout>
40 41
    </GridLayout>

Formats disponibles : Unified diff

Redmine Appliance - Powered by TurnKey Linux