mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-16 01:24:05 -08:00
cfa91cda27
* Templates Bugs / Fixed Various Bugs / Multiply Api Request, Carousel Gradient, Core Nodes Filters ... * Updated MainSidebar Paddings * N8N-Templates Bugfixing - Remove Unnecesairy Icon (Shape), Refatctor infiniteScrollEnabled Prop + updated infiniterScroll functinality * N8N-2853 Fixed Carousel Arrows Bug after Cleaning the SearchBar * fix telemetry init * fix search tracking issues * N8N-2853 Created FilterTemplateNode Constant Array, Filter PlayButton and WebhookRespond from Nodes, Added Box for showing more nodes inside TemplateList, Updated NewWorkflowButton to primary, Fixed Markdown issue with Code * N8N-2853 Removed Placeholder if Workflows Or Collections are not found, Updated the Logic * fix telemetry events * clean up session id * update user inserted event * N8N-2853 Fixed Categories to Moving if the names are long * Add todos * Update Routes on loading * fix spacing * Update Border Color * Update Border Readius * fix filter fn * fix constant, console error * N8N-2853 PR Fixes, Refactoring, Removing unnecesairy code .. * N8N-2853 PR Fixes - Editor-ui Fixes, Refactoring, Removing Dead Code ... * N8N-2853 Refactor Card to LongCard * clean up spacing, replace css var * clean up spacing * set categories as optional in node * replace vars * refactor store * remove unnesssary import * fix error * fix templates view to start * add to cache * fix coll view data * fix categories * fix category event * fix collections carousel * fix initial load and search * fix infinite load * fix query param * fix scrolling issues * fix scroll to top * fix search * fix collections search * fix navigation bug * rename view * update package lock * rename workflow view * rename coll view * update routes * add wrapper component * set session id * fix search tracking * fix session tracking * remove deleted mutation * remove check for unsupported nodes * refactor filters * lazy load template * clean up types * refactor infinte scroll * fix end of search * Fix spacing * fix coll loading * fix types * fix coll view list * fix navigation * rename types * rename state * fix search responsiveness * fix coll view spacing * fix search view spacing * clean up views * set background color * center page not vert * fix workflow view * remove import * fix background color * fix background * clean props * clean up imports * refactor button * update background color * fix spacing issue * rename event * update telemetry event * update endpoints, add loading view, check for endpoint health * remove conolse log * N8N-2853 Fixed Menu Items Padding * replace endpoints * fix type issues * fix categories * N8N-2853 Fixed ParameterInput Placeholder after ElementUI Upgrade * update createdAt * ⚡ Fix placeholder in creds config modal * ✏️ Adjust docstring to `credText` placeholder version * N8N-2853 Optimized * N8N-2853 Optimized code * ⚡ Add deployment type to FE settings * ⚡ Add deployment type to interfaces * N8N-2853 Removed Animated prop from components * ⚡ Add deployment type to store module * ✨ Create hiring banner * ⚡ Display hiring banner * ⏪ Undo unrelated change * N8N-2853 Refactor TemplateFilters * ⚡ Fix indentation * N8N-2853 Reorder items / TemplateList * 👕 Fix lint * N8N-2853 Refactor TemplateFilters Component * N8N-2853 Reorder TemplateList * refactor template card * update timeout * fix removelistener * fix spacing * split enabled from offline * add spacing to go back * N8N-2853 Fixed Screens for Tablet & Mobile * N8N-2853 Update Stores Order * remove image componet * remove placeholder changes * N8N-2853 Fixed Chinnese Placeholders for El Select Component that comes from the Library Upgrade * N8N-2853 Fixed Vue Agile Console Warnings * N8N-2853 Update Collection Route * ✏️ Update jobs URL * 🚚 Move logging to root component * ⚡ Refactor `deploymentType` to `isInternalUser` * ⚡ Improve syntax * fix cut bug in readonly view * N8N-3012 Fixed Details section in templates with lots of description, Fixed Mardown Block with overflox-x * N8N-3012 Increased Font-size, Spacing and Line-height of the Categories Items * N8N-3012 Fixed Vue-agile client width error on resize * only delay redirect for root path * N8N-3012 Fixed Carousel Arrows that Disappear * N8N-3012 Make Loading Screen same color as Templates * N8N-3012 Markdown renders inline block as block code * add offline warning * hide log from workflow iframe * update text * make search button larger * N8N-3012 Categories / Tags extended all the way in details section * load data in cred modals * remove deleted message * add external hook * remove import * update env variable description * fix markdown width issue * disable telemetry for demo, add session id to template pages * fix telemetery bugs * N8N-3012 Not found Collections/Wokrkflow * N8N-3012 Checkboxes change order when categories are changed * N8N-3012 Refactor SortedCategories inside TemplateFilters component * fix firefox bug * add telemetry requirements * add error check * N8N-3012 Update GoBackButton to check if Route History is present * N8N-3012 Fixed WF Nodes Icons * hide workflow screenshots * remove unnessary mixins * rename prop * fix design a bit * rename data * clear workspace on destroy * fix copy paste bug * fix disabled state * N8N-3012 Fixed Saving/Leave without saving Modal * fix telemetry issue * fix telemetry issues, error bug * fix error notification * disable workflow menu items on templates * fix i18n elementui issue * Remove Emit - NodeType from HoverableNodeIcon component * TechnicalFixes: NavigateTo passed down as function should be helper * TechnicalFixes: Update NavigateTo function * TechnicalFixes: Add FilterCoreNodes directly as function * check for empty connecitions * fix titles * respect new lines * increase categories to be sliced * rename prop * onUseWorkflow * refactor click event * fix bug, refactor * fix loading story * add default * fix styles at right level of abstraction * add wrapper with width * remove loading blocks component * add story * rename prop * fix spacing * refactor tag, add story * move margin to container * fix tag redirect, remove unnessary check * make version optional * rename view * move from workflows to templates store * remove unnessary change * remove unnessary css * rename component * refactor collection card * add boolean to prevent shrink * clean up carousel * fix redirection bug on save * remove listeners to fix multiple listeners bug * remove unnessary types * clean up boolean set * fix node select bug * rename component * remove unnessary class * fix redirection bug * remove unnessary error * fix typo * fix blockquotes, pre * refactor markdown rendering * remove console log * escape markdown * fix safari bug * load active workflows to fix modal bug * ⬆️ Update package-lock.json file * ⚡ Add n8n version as header Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com> Co-authored-by: Mutasem <mutdmour@gmail.com> Co-authored-by: Iván Ovejero <ivov.src@gmail.com> Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
170 lines
5.4 KiB
Vue
170 lines
5.4 KiB
Vue
<template>
|
|
<Modal
|
|
:name="CREDENTIAL_LIST_MODAL_KEY"
|
|
width="80%"
|
|
:title="$locale.baseText('credentialsList.credentials')"
|
|
>
|
|
<template v-slot:content>
|
|
<n8n-heading tag="h3" size="small" color="text-light">{{ $locale.baseText('credentialsList.yourSavedCredentials') + ':' }}</n8n-heading>
|
|
<div class="new-credentials-button">
|
|
<n8n-button
|
|
:title="$locale.baseText('credentialsList.createNewCredential')"
|
|
icon="plus"
|
|
:label="$locale.baseText('credentialsList.addNew')"
|
|
size="large"
|
|
@click="createCredential()"
|
|
/>
|
|
</div>
|
|
|
|
<el-table :data="credentialsToDisplay" v-loading="loading" :default-sort = "{prop: 'name', order: 'ascending'}" stripe max-height="450" @row-click="editCredential">
|
|
<el-table-column property="name" :label="$locale.baseText('credentialsList.name')" class-name="clickable" sortable></el-table-column>
|
|
<el-table-column property="type" :label="$locale.baseText('credentialsList.type')" class-name="clickable" sortable></el-table-column>
|
|
<el-table-column property="createdAt" :label="$locale.baseText('credentialsList.created')" class-name="clickable" sortable></el-table-column>
|
|
<el-table-column property="updatedAt" :label="$locale.baseText('credentialsList.updated')" class-name="clickable" sortable></el-table-column>
|
|
<el-table-column
|
|
:label="$locale.baseText('credentialsList.operations')"
|
|
width="120">
|
|
<template slot-scope="scope">
|
|
<div class="cred-operations">
|
|
<n8n-icon-button :title="$locale.baseText('credentialsList.editCredential')" @click.stop="editCredential(scope.row)" size="small" icon="pen" />
|
|
<n8n-icon-button :title="$locale.baseText('credentialsList.deleteCredential')" @click.stop="deleteCredential(scope.row)" size="small" icon="trash" />
|
|
</div>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table>
|
|
</template>
|
|
</Modal>
|
|
</template>
|
|
|
|
<script lang="ts">
|
|
import { externalHooks } from '@/components/mixins/externalHooks';
|
|
import { ICredentialsResponse } from '@/Interface';
|
|
import { nodeHelpers } from '@/components/mixins/nodeHelpers';
|
|
import { showMessage } from '@/components/mixins/showMessage';
|
|
import { genericHelpers } from '@/components/mixins/genericHelpers';
|
|
|
|
import { mapGetters } from "vuex";
|
|
|
|
import mixins from 'vue-typed-mixins';
|
|
import { convertToDisplayDate } from './helpers';
|
|
import { CREDENTIAL_SELECT_MODAL_KEY, CREDENTIAL_LIST_MODAL_KEY } from '@/constants';
|
|
|
|
import Modal from './Modal.vue';
|
|
|
|
export default mixins(
|
|
externalHooks,
|
|
genericHelpers,
|
|
nodeHelpers,
|
|
showMessage,
|
|
).extend({
|
|
name: 'CredentialsList',
|
|
components: {
|
|
Modal,
|
|
},
|
|
data() {
|
|
return {
|
|
CREDENTIAL_LIST_MODAL_KEY,
|
|
loading: true,
|
|
};
|
|
},
|
|
computed: {
|
|
...mapGetters('credentials', ['allCredentials']),
|
|
credentialsToDisplay(): ICredentialsResponse[] {
|
|
return this.allCredentials.reduce((accu: ICredentialsResponse[], cred: ICredentialsResponse) => {
|
|
const type = this.$store.getters['credentials/getCredentialTypeByName'](cred.type);
|
|
|
|
if (type) {
|
|
accu.push({
|
|
...cred,
|
|
type: type.displayName,
|
|
createdAt: convertToDisplayDate(cred.createdAt as number),
|
|
updatedAt: convertToDisplayDate(cred.updatedAt as number),
|
|
});
|
|
}
|
|
|
|
return accu;
|
|
}, []);
|
|
},
|
|
},
|
|
async mounted() {
|
|
try {
|
|
await Promise.all([
|
|
await this.$store.dispatch('credentials/fetchCredentialTypes'),
|
|
await this.$store.dispatch('credentials/fetchAllCredentials'),
|
|
]);
|
|
} catch (e) {
|
|
this.$showError(e, this.$locale.baseText('credentialsList.errorLoadingCredentials'));
|
|
}
|
|
this.loading = false;
|
|
|
|
this.$externalHooks().run('credentialsList.mounted');
|
|
this.$telemetry.track('User opened Credentials panel', { workflow_id: this.$store.getters.workflowId });
|
|
},
|
|
destroyed() {
|
|
this.$externalHooks().run('credentialsList.destroyed');
|
|
},
|
|
methods: {
|
|
createCredential () {
|
|
this.$store.dispatch('ui/openModal', CREDENTIAL_SELECT_MODAL_KEY);
|
|
},
|
|
|
|
editCredential (credential: ICredentialsResponse) {
|
|
this.$store.dispatch('ui/openExisitngCredential', { id: credential.id});
|
|
this.$telemetry.track('User opened Credential modal', { credential_type: credential.type, source: 'primary_menu', new_credential: false, workflow_id: this.$store.getters.workflowId });
|
|
},
|
|
|
|
async deleteCredential (credential: ICredentialsResponse) {
|
|
const deleteConfirmed = await this.confirmMessage(
|
|
this.$locale.baseText(
|
|
'credentialsList.confirmMessage.message',
|
|
{ interpolate: { credentialName: credential.name }},
|
|
),
|
|
this.$locale.baseText('credentialsList.confirmMessage.headline'),
|
|
null,
|
|
this.$locale.baseText('credentialsList.confirmMessage.confirmButtonText'),
|
|
this.$locale.baseText('credentialsList.confirmMessage.cancelButtonText'),
|
|
);
|
|
|
|
if (deleteConfirmed === false) {
|
|
return;
|
|
}
|
|
|
|
try {
|
|
await this.$store.dispatch('credentials/deleteCredential', {id: credential.id});
|
|
} catch (error) {
|
|
this.$showError(
|
|
error,
|
|
this.$locale.baseText('credentialsList.showError.deleteCredential.title'),
|
|
);
|
|
|
|
return;
|
|
}
|
|
|
|
// Now that the credentials got removed check if any nodes used them
|
|
this.updateNodesCredentialsIssues();
|
|
|
|
this.$showMessage({
|
|
title: this.$locale.baseText('credentialsList.showMessage.title'),
|
|
type: 'success',
|
|
});
|
|
},
|
|
},
|
|
});
|
|
</script>
|
|
|
|
<style lang="scss" scoped>
|
|
|
|
.new-credentials-button {
|
|
float: right;
|
|
position: relative;
|
|
margin-bottom: var(--spacing-2xs);
|
|
}
|
|
|
|
.cred-operations {
|
|
> * {
|
|
margin-left: 10px;
|
|
}
|
|
}
|
|
|
|
</style>
|