summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/apache_solr_queue.xml
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2024-02-26 13:20:54 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2024-02-26 13:20:54 +0700
commitaec3028acc08c573b68a71b0144558f8fc091607 (patch)
tree432c9c1e49264e366e697c087b6c9bdd8aa0b052 /indoteknik_custom/views/apache_solr_queue.xml
parente24d74a1ca5af90086060374dddc309e102579ea (diff)
Add solr flag and add to queue on program line
Diffstat (limited to 'indoteknik_custom/views/apache_solr_queue.xml')
-rw-r--r--indoteknik_custom/views/apache_solr_queue.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/indoteknik_custom/views/apache_solr_queue.xml b/indoteknik_custom/views/apache_solr_queue.xml
index 7577e569..4c145b9f 100644
--- a/indoteknik_custom/views/apache_solr_queue.xml
+++ b/indoteknik_custom/views/apache_solr_queue.xml
@@ -4,13 +4,16 @@
<field name="model">apache.solr.queue</field>
<field name="arch" type="xml">
<tree editable="top" default_order="create_date desc">
- <button type="object" name="open_target_record" class="fa fa-external-link" />
+ <button type="object" name="open_target_record" string="" icon="fa-external-link" />
<field name="id" readonly="1" />
<field name="display_name" readonly="1" />
<field name="res_model" readonly="1" />
<field name="res_id" readonly="1" />
<field name="function_name" readonly="1" />
- <field name="execute_status" widget="badge" readonly="1"
+ <field
+ name="execute_status"
+ widget="badge"
+ readonly="1"
decoration-danger="execute_status == 'failed'"
decoration-success="execute_status == 'success'"
decoration-primary="execute_status == 'not_found'"