mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-03-24 11:48:04 +00:00
Transfer TODOs into GH issues
This commit is contained in:
@@ -23,8 +23,6 @@ func (h *HelmHandler) GetCharts(c *gin.Context) {
|
|||||||
c.IndentedJSON(http.StatusOK, res)
|
c.IndentedJSON(http.StatusOK, res)
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: helm show chart komodorio/k8s-watcher to get the icon URL
|
|
||||||
|
|
||||||
func (h *HelmHandler) Uninstall(c *gin.Context) {
|
func (h *HelmHandler) Uninstall(c *gin.Context) {
|
||||||
qp, err := utils.GetQueryProps(c, false)
|
qp, err := utils.GetQueryProps(c, false)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|||||||
@@ -111,9 +111,11 @@
|
|||||||
<span class="rounded rounded-1 me-2 p-1 px-2 bg-tag text-dark">URL: <span class="url fw-bold">http://somerepo/somepath</span></span>
|
<span class="rounded rounded-1 me-2 p-1 px-2 bg-tag text-dark">URL: <span class="url fw-bold">http://somerepo/somepath</span></span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- TODO
|
||||||
<div class="float-end">
|
<div class="float-end">
|
||||||
<!-- TODO <input class="form-control form-control-sm" type="text" placeholder="Filter..."> -->
|
<input class="form-control form-control-sm" type="text" placeholder="Filter...">
|
||||||
</div>
|
</div>
|
||||||
|
-->
|
||||||
<div class="row bg-secondary rounded px-3 py-2 mb-3 fw-bold small"
|
<div class="row bg-secondary rounded px-3 py-2 mb-3 fw-bold small"
|
||||||
style="text-transform: uppercase">
|
style="text-transform: uppercase">
|
||||||
<div class="col-3">Chart Name</div>
|
<div class="col-3">Chart Name</div>
|
||||||
|
|||||||
@@ -58,7 +58,6 @@ func (d *DataLayer) runCommandHelm(cmd ...string) (string, error) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (d *DataLayer) runCommandKubectl(cmd ...string) (string, error) {
|
func (d *DataLayer) runCommandKubectl(cmd ...string) (string, error) {
|
||||||
// TODO: migrate into using kubectl "k8s.io/kubectl/pkg/cmd" and kube API
|
|
||||||
if d.Kubectl == "" {
|
if d.Kubectl == "" {
|
||||||
d.Kubectl = "kubectl"
|
d.Kubectl = "kubectl"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user