fix(apps): '' to ansible

This commit is contained in:
fiftin 2024-07-10 17:59:57 +05:00
parent 37230c2f2b
commit 6f2f1a6eb4
No known key found for this signature in database
GPG Key ID: 044381366A5D4731
2 changed files with 2 additions and 2 deletions

View File

@ -813,7 +813,7 @@ func (conf *ConfigType) GenerateSecrets() {
func LookupDefaultApps() {
appCommands := map[string]string{
"": "ansible-playbook",
"ansible": "ansible-playbook",
"terraform": "terraform",
"tofu": "tofu",
"bash": "bash",

View File

@ -1,5 +1,5 @@
<template xmlns:v-slot="http://www.w3.org/1999/XSL/Transform">
<div v-if="items != null">
<div v-if="items != null && isAppsLoaded">
<EditDialog
v-model="editDialog"
save-button-text="Save"