mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 20:35:24 +01:00
fix(apps): '' to ansible
This commit is contained in:
parent
37230c2f2b
commit
6f2f1a6eb4
@ -813,7 +813,7 @@ func (conf *ConfigType) GenerateSecrets() {
|
|||||||
|
|
||||||
func LookupDefaultApps() {
|
func LookupDefaultApps() {
|
||||||
appCommands := map[string]string{
|
appCommands := map[string]string{
|
||||||
"": "ansible-playbook",
|
"ansible": "ansible-playbook",
|
||||||
"terraform": "terraform",
|
"terraform": "terraform",
|
||||||
"tofu": "tofu",
|
"tofu": "tofu",
|
||||||
"bash": "bash",
|
"bash": "bash",
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<template xmlns:v-slot="http://www.w3.org/1999/XSL/Transform">
|
<template xmlns:v-slot="http://www.w3.org/1999/XSL/Transform">
|
||||||
<div v-if="items != null">
|
<div v-if="items != null && isAppsLoaded">
|
||||||
<EditDialog
|
<EditDialog
|
||||||
v-model="editDialog"
|
v-model="editDialog"
|
||||||
save-button-text="Save"
|
save-button-text="Save"
|
||||||
|
Loading…
Reference in New Issue
Block a user