mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-29 10:24:20 +01:00
fix angular-ui-tour templates url
This commit is contained in:
parent
2a989d3951
commit
be9dfe4ff5
@ -26,7 +26,7 @@
|
||||
<section class="row no-gutter admin-calendar"
|
||||
ui-tour="calendar"
|
||||
ui-tour-backdrop="true"
|
||||
ui-tour-template-url="'shared/tour-step-template.html'"
|
||||
ui-tour-template-url="'/shared/tour-step-template.html'"
|
||||
ui-tour-use-hotkeys="true"
|
||||
ui-tour-scroll-parent-id="content-main"
|
||||
post-render="setupCalendarTour">
|
||||
|
@ -21,7 +21,7 @@
|
||||
<section class="m-lg events-management"
|
||||
ui-tour="events"
|
||||
ui-tour-backdrop="true"
|
||||
ui-tour-template-url="'shared/tour-step-template.html'"
|
||||
ui-tour-template-url="'/shared/tour-step-template.html'"
|
||||
ui-tour-use-hotkeys="true"
|
||||
ui-tour-scroll-parent-id="content-main"
|
||||
post-render="setupEventsTour">
|
||||
|
@ -23,7 +23,7 @@
|
||||
<section class="m-lg invoices-management"
|
||||
ui-tour="invoices"
|
||||
ui-tour-backdrop="true"
|
||||
ui-tour-template-url="'shared/tour-step-template.html'"
|
||||
ui-tour-template-url="'/shared/tour-step-template.html'"
|
||||
ui-tour-use-hotkeys="true"
|
||||
ui-tour-scroll-parent-id="content-main"
|
||||
post-render="setupInvoicesTour">
|
||||
|
@ -24,7 +24,7 @@
|
||||
<section class="m-lg members-management"
|
||||
ui-tour="members"
|
||||
ui-tour-backdrop="true"
|
||||
ui-tour-template-url="'shared/tour-step-template.html'"
|
||||
ui-tour-template-url="'/shared/tour-step-template.html'"
|
||||
ui-tour-use-hotkeys="true"
|
||||
ui-tour-scroll-parent-id="content-main"
|
||||
post-render="setupMembersTour">
|
||||
|
@ -28,7 +28,7 @@
|
||||
<section class="m-lg open-api-clients"
|
||||
ui-tour="open-api"
|
||||
ui-tour-backdrop="true"
|
||||
ui-tour-template-url="'shared/tour-step-template.html'"
|
||||
ui-tour-template-url="'/shared/tour-step-template.html'"
|
||||
ui-tour-use-hotkeys="true"
|
||||
ui-tour-scroll-parent-id="content-main"
|
||||
post-render="setupOpenAPITour">
|
||||
|
@ -18,7 +18,7 @@
|
||||
<section class="m-lg plans-pricing"
|
||||
ui-tour="pricing"
|
||||
ui-tour-backdrop="true"
|
||||
ui-tour-template-url="'shared/tour-step-template.html'"
|
||||
ui-tour-template-url="'/shared/tour-step-template.html'"
|
||||
ui-tour-use-hotkeys="true"
|
||||
ui-tour-scroll-parent-id="content-main"
|
||||
post-render="setupPricingTour">
|
||||
|
@ -22,7 +22,7 @@
|
||||
<section class="m-lg projects"
|
||||
ui-tour="projects"
|
||||
ui-tour-backdrop="true"
|
||||
ui-tour-template-url="'shared/tour-step-template.html'"
|
||||
ui-tour-template-url="'/shared/tour-step-template.html'"
|
||||
ui-tour-use-hotkeys="true"
|
||||
ui-tour-scroll-parent-id="content-main"
|
||||
post-render="setupProjectElementsTour">
|
||||
|
@ -17,7 +17,7 @@
|
||||
<section class="m-lg admin-settings"
|
||||
ui-tour="settings"
|
||||
ui-tour-backdrop="true"
|
||||
ui-tour-template-url="'shared/tour-step-template.html'"
|
||||
ui-tour-template-url="'/shared/tour-step-template.html'"
|
||||
ui-tour-use-hotkeys="true"
|
||||
ui-tour-scroll-parent-id="content-main"
|
||||
post-render="setupSettingsTour">
|
||||
|
@ -24,7 +24,7 @@
|
||||
<section class="m-lg statistics"
|
||||
ui-tour="statistics"
|
||||
ui-tour-backdrop="true"
|
||||
ui-tour-template-url="'shared/tour-step-template.html'"
|
||||
ui-tour-template-url="'/shared/tour-step-template.html'"
|
||||
ui-tour-use-hotkeys="true"
|
||||
ui-tour-scroll-parent-id="content-main"
|
||||
post-render="setupStatisticsTour">
|
||||
|
@ -25,7 +25,7 @@
|
||||
<section class="m-lg trainings-monitoring"
|
||||
ui-tour="trainings"
|
||||
ui-tour-backdrop="true"
|
||||
ui-tour-template-url="'shared/tour-step-template.html'"
|
||||
ui-tour-template-url="'/shared/tour-step-template.html'"
|
||||
ui-tour-use-hotkeys="true"
|
||||
ui-tour-scroll-parent-id="content-main"
|
||||
post-render="setupTrainingsTour">
|
||||
|
@ -1,6 +1,6 @@
|
||||
<div ui-tour="welcome"
|
||||
ui-tour-backdrop="true"
|
||||
ui-tour-template-url="'shared/tour-step-template.html'"
|
||||
ui-tour-template-url="'/shared/tour-step-template.html'"
|
||||
ui-tour-use-hotkeys="true"
|
||||
ui-tour-scroll-parent-id="content-main"
|
||||
post-render="setupHomeTour">
|
||||
|
@ -23,7 +23,7 @@
|
||||
<section class="m-lg machines-list"
|
||||
ui-tour="machines"
|
||||
ui-tour-backdrop="true"
|
||||
ui-tour-template-url="'shared/tour-step-template.html'"
|
||||
ui-tour-template-url="'/shared/tour-step-template.html'"
|
||||
ui-tour-use-hotkeys="true"
|
||||
ui-tour-scroll-parent-id="content-main"
|
||||
post-render="setupMachinesTour">
|
||||
|
@ -23,7 +23,7 @@
|
||||
<section class="m-lg spaces-list"
|
||||
ui-tour="spaces"
|
||||
ui-tour-backdrop="true"
|
||||
ui-tour-template-url="'shared/tour-step-template.html'"
|
||||
ui-tour-template-url="'/shared/tour-step-template.html'"
|
||||
ui-tour-use-hotkeys="true"
|
||||
ui-tour-scroll-parent-id="content-main"
|
||||
post-render="setupSpacesTour">
|
||||
|
Loading…
Reference in New Issue
Block a user