Skip to content

Commit

Permalink
Hide duration field when reason is empty (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolst authored Nov 11, 2024
1 parent cda6786 commit a2c17c5
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion charts/jupyter-playground/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.6.1
version: 0.6.2


dependencies:
Expand Down
4 changes: 2 additions & 2 deletions charts/jupyter-playground/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
"sliderStep": 1,
"sliderUnit": "h",
"hidden": {
"value": false,
"path": "dapla/buckets/enabled"
"value": "",
"path": "dapla/buckets/reason"
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions charts/jupyter-pyspark/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
"sliderStep": 1,
"sliderUnit": "h",
"hidden": {
"value": false,
"path": "dapla/buckets/enabled"
"value": "",
"path": "dapla/buckets/reason"
}
}
}
Expand Down Expand Up @@ -785,4 +785,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion charts/jupyter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.7.1
version: 0.7.2


dependencies:
Expand Down
4 changes: 2 additions & 2 deletions charts/jupyter/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
"sliderStep": 1,
"sliderUnit": "h",
"hidden": {
"value": false,
"path": "dapla/buckets/enabled"
"value": "",
"path": "dapla/buckets/reason"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion charts/rstudio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.6.0
version: 0.6.1


dependencies:
Expand Down
4 changes: 2 additions & 2 deletions charts/rstudio/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
"sliderStep": 1,
"sliderUnit": "h",
"hidden": {
"value": false,
"path": "dapla/buckets/enabled"
"value": "",
"path": "dapla/buckets/reason"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion charts/vscode-python/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.7.1
version: 0.7.2


dependencies:
Expand Down
4 changes: 2 additions & 2 deletions charts/vscode-python/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
"sliderStep": 1,
"sliderUnit": "h",
"hidden": {
"value": false,
"path": "dapla/buckets/enabled"
"value": "",
"path": "dapla/buckets/reason"
}
}
}
Expand Down

0 comments on commit a2c17c5

Please sign in to comment.