{{ extends "../_layouts/default" }} {{ import "../_modules/form" }} {{ block script() }} {{ end }} {{ block body() }} {{ i18n("config.title") }} {{ i18n("config.description") }} Create config {{ i18n("field.name") }} {{ i18n("field.data") }} {{ i18n("field.label") }} {{ yield options(name="label") }} {{ i18n("field.template") }} {{ yield radio(name="template.name", value="", label="None", checked="") }} {{ yield radio(name="template.name", value="golang", label="Golang") }} Template feature needs Docker API version 1.37+ {{ yield form_submit(url="/config/") }} {{ end }}
Template feature needs Docker API version 1.37+