From 7a899f1f422ae82e1b14c1e510f7f84e688e4af3 Mon Sep 17 00:00:00 2001 From: AndresOrtegaGuerrero Date: Wed, 25 Dec 2024 09:31:25 +0000 Subject: [PATCH] including title to results tab --- 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"