Skip to content

Commit

Permalink
Fix app mobile video (#2770)
Browse files Browse the repository at this point in the history
Co-authored-by: cg-tw <[email protected]>
  • Loading branch information
smau-centreon and cg-tw authored Oct 27, 2023
1 parent dcb69bc commit c783906
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Les fonctionnalités principales de ce site sont:
- Accéder aux informations détaillées des ressources
- Accéder à l'historique d'une métrique via un graphique

<video width="675" height="712" controls={true} allowFullScreen={true} poster={require('../assets/mobile/mobile-login.png').default}><source src={require('../assets/mobile/mobile-demo.mov').default} type="video/mov"/></video>
<video width="675" height="712" controls={true} allowFullScreen={true} poster={require('../assets/mobile/mobile-login.png').default}><source src={require('../assets/mobile/mobile-demo.mp4').default} type="video/mp4"/></video>

## Pre-requis

Expand Down
Binary file modified versioned_docs/version-23.10/assets/mobile/mobile-demo.mp4
Binary file not shown.
2 changes: 1 addition & 1 deletion versioned_docs/version-23.10/mobile/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The main capabilities of Centreon mobile are:
- See detailed information on a host or service
- Access metrics history via charts

<video width="675" height="712" controls={true} allowFullScreen={true} poster={require('../assets/mobile/mobile-login.png').default}><source src={require('../assets/mobile/mobile-demo.mov').default} type="video/mov"/></video>
<video width="675" height="712" controls={true} allowFullScreen={true} poster={require('../assets/mobile/mobile-login.png').default}><source src={require('../assets/mobile/mobile-demo.mp4').default} type="video/mp4"/></video>

## Prerequisites

Expand Down

0 comments on commit c783906

Please sign in to comment.