@windward/integrations 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
</v-tabs>
|
|
18
18
|
<v-tabs-items v-model="tab">
|
|
19
19
|
<v-tab-item>
|
|
20
|
-
<
|
|
20
|
+
<h2>
|
|
21
21
|
{{ $t('windward.integrations.pages.import_course.title') }}
|
|
22
|
-
</
|
|
22
|
+
</h2>
|
|
23
23
|
|
|
24
24
|
<div v-if="!organizationIntegrations.length">
|
|
25
25
|
{{
|
|
@@ -144,13 +144,13 @@
|
|
|
144
144
|
</div>
|
|
145
145
|
</v-tab-item>
|
|
146
146
|
<v-tab-item>
|
|
147
|
-
<
|
|
147
|
+
<h2>
|
|
148
148
|
{{
|
|
149
149
|
$t(
|
|
150
150
|
'windward.integrations.components.integration.job.recent_jobs_title'
|
|
151
151
|
)
|
|
152
152
|
}}
|
|
153
|
-
</
|
|
153
|
+
</h2>
|
|
154
154
|
<IntegrationJobTable
|
|
155
155
|
ref="integrationJobTable"
|
|
156
156
|
:channel="'integrations.organizations.' + organization.id"
|
package/pages/admin/vendors.vue
CHANGED
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
<v-row justify="center" align="center">
|
|
4
4
|
<v-col cols="12">
|
|
5
5
|
<div class="d-flex mb-5">
|
|
6
|
-
<
|
|
6
|
+
<h2 class="mr-auto flex-grow-1">
|
|
7
7
|
{{
|
|
8
8
|
$t(
|
|
9
9
|
'windward.integrations.components.navigation.integrations.title'
|
|
10
10
|
)
|
|
11
11
|
}}
|
|
12
|
-
</
|
|
12
|
+
</h2>
|
|
13
13
|
</div>
|
|
14
14
|
</v-col>
|
|
15
15
|
</v-row>
|