diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-10-25 13:37:29 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-10-25 13:37:29 +0700 |
| commit | a54e68d0ccf84de5edb602744cf2de399c26ba49 (patch) | |
| tree | e80de4aa7d8ce98e5d00608fa905f55e79b1ae60 | |
| parent | bbacaaa7fc8526a2831f9cdd890e25fb68f410ff (diff) | |
<Miqdad> optional hide log
| -rw-r--r-- | indoteknik_custom/views/apache_solr_queue.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/views/apache_solr_queue.xml b/indoteknik_custom/views/apache_solr_queue.xml index a87d49f6..08972b28 100644 --- a/indoteknik_custom/views/apache_solr_queue.xml +++ b/indoteknik_custom/views/apache_solr_queue.xml @@ -18,7 +18,7 @@ decoration-success="execute_status == 'success'" decoration-primary="execute_status == 'not_found'" /> - <field name = "log" readonly="1"/> + <field name = "log" readonly="1" optional="hide"/> <field name="execute_date" readonly="1" /> <field name="create_date" readonly="1" /> </tree> |
