Skip to content
Extraits de code Groupes Projets
Valider 29b3d752 rédigé par oussama aftys's avatar oussama aftys
Parcourir les fichiers

added rollback arrow

parent 74569f52
Branches
1 requête de fusion!143Update 2 files
......@@ -333,6 +333,7 @@ export default function AddLiveView() {
<Container maxWidth={settings.themeStretch ? false : 'lg'}>
<CustomBreadcrumbs
heading="Créer un nouveau live"
rollbackLink={paths.dashboard.live.all_lives}
links={[
{
name: 'dashboard',
......
......@@ -407,6 +407,7 @@ export default function EditLiveView() {
<Container maxWidth={settings.themeStretch ? false : 'lg'}>
<CustomBreadcrumbs
heading={`Modifier live #${liveData.id}`}
rollbackLink={paths.dashboard.live.all_lives}
links={[
{ name: 'dashboard', href: paths.dashboard.root },
{ name: 'lives', href: paths.dashboard.live.all_lives },
......
......@@ -526,6 +526,7 @@ export default function LiveDetailsView() {
<Container maxWidth={settings.themeStretch ? false : 'lg'}>
<CustomBreadcrumbs
heading={`Détails du live #${liveData.id}`}
rollbackLink={paths.dashboard.live.all_lives}
links={[
{ name: 'dashboard', href: paths.dashboard.root },
{ name: 'lives', href: paths.dashboard.live.all_lives },
......
......@@ -85,6 +85,7 @@ export default function AllLivesStatistics() {
<Container sx={{ gap: 3, display: 'flex', flexDirection: 'column' }} maxWidth={settings.themeStretch ? false : 'lg'}>
<CustomBreadcrumbs
heading="Statistiques des lives"
rollbackLink={paths.dashboard.live.all_lives}
links={[
{
name: 'dashboard',
......
......@@ -48,6 +48,7 @@ const SingleLiveStatisticsView: React.FC = () => {
<Container sx={{ gap: 4 }} maxWidth={settings.themeStretch ? false : 'lg'}>
<CustomBreadcrumbs
heading={`Statistiques du live : ${id}`}
rollbackLink={paths.dashboard.live.all_lives}
links={[
{
name: 'dashboard',
......
0% ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter