changes to fit new c4k-commons version
This commit is contained in:
parent
b46b1f294e
commit
b812b747e8
3 changed files with 3 additions and 2 deletions
|
@ -11,6 +11,7 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<div id="c4k-content"></div>
|
||||
<script src="js/main.js"></script>
|
||||
</body>
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"src/test/cljc"
|
||||
"src/test/cljs"
|
||||
"src/test/resources"]
|
||||
:dependencies [[org.domaindrivenarchitecture/c4k-common-cljs "0.4.2"]
|
||||
:dependencies [[org.domaindrivenarchitecture/c4k-common-cljs "0.4.3"]
|
||||
[hickory "0.7.1"]]
|
||||
:builds {:frontend {:target :browser
|
||||
:modules {:main {:init-fn dda.c4k-jira.browser/init}}
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
"5")
|
||||
[(br/generate-br)]
|
||||
(br/generate-button "generate-button" "Generate c4k yaml"))))]
|
||||
(br/generate-output "c4k-keycloak-output" "Your c4k deployment.yaml:" "25"))))
|
||||
(br/generate-output "c4k-nextcloud-output" "Your c4k deployment.yaml:" "25"))))
|
||||
|
||||
(defn generate-content-div
|
||||
[]
|
||||
|
|
Reference in a new issue