Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Pitino <fpitino@gitlab.com>2019-05-20 16:27:08 +0300
committerKushal Pandya <kushalspandya@gmail.com>2019-05-20 16:27:08 +0300
commit24a81b3dccef87cf4c6837a26fadd702b0418d72 (patch)
treefa74208933f5a132e126820801df2d5ecd37c606 /app/assets/javascripts/reports
parent712282cdcc4a97df23829284bfa031613bb05571 (diff)
Display classname JUnit attribute in report modal
Diffstat (limited to 'app/assets/javascripts/reports')
-rw-r--r--app/assets/javascripts/reports/store/state.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/javascripts/reports/store/state.js b/app/assets/javascripts/reports/store/state.js
index 5484900276c..25f9f70d095 100644
--- a/app/assets/javascripts/reports/store/state.js
+++ b/app/assets/javascripts/reports/store/state.js
@@ -40,6 +40,11 @@ export default () => ({
text: s__('Reports|Class'),
type: fieldTypes.link,
},
+ classname: {
+ value: null,
+ text: s__('Reports|Classname'),
+ type: fieldTypes.text,
+ },
execution_time: {
value: null,
text: s__('Reports|Execution time'),