Skip to content

Commit

Permalink
[IMP] argocd.application.stat default date value
Browse files Browse the repository at this point in the history
  • Loading branch information
tarteo committed Aug 27, 2024
1 parent 8f7783c commit 541aecd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions argocd_deployer/views/application_stat_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<field name="date" />
<field name="type_id" />
<field name="value" />
<field name="message" />
</tree>
</field>
</record>
Expand Down
1 change: 0 additions & 1 deletion argocd_deployer/views/application_value_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<tree editable="bottom">
<field name="application_id" invisible="1" />
<field name="key" />
<field name="message" />
<field name="value" />
</tree>
</field>
Expand Down

0 comments on commit 541aecd

Please sign in to comment.