From 07f55368d61befc15705c910b71f886dc8ccaf12 Mon Sep 17 00:00:00 2001 From: Andres Ortega-Guerrero <34098967+AndresOrtegaGuerrero@users.noreply.github.com> Date: Wed, 25 Dec 2024 10:32:15 +0100 Subject: [PATCH] including title to results tab (#112) --- src/aiidalab_qe_vibroscopy/app/result/model.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/aiidalab_qe_vibroscopy/app/result/model.py b/src/aiidalab_qe_vibroscopy/app/result/model.py index a723014..36f43cb 100644 --- a/src/aiidalab_qe_vibroscopy/app/result/model.py +++ b/src/aiidalab_qe_vibroscopy/app/result/model.py @@ -3,6 +3,7 @@ class VibroResultsModel(ResultsModel): + title = "Vibroscopy" identifier = "vibronic" _this_process_label = "VibroWorkChain"