@@ -142,16 +142,16 @@ <h3 class="pull-right">
142
142
</ div >
143
143
< div class ="row " ng-show ="workflowObj ">
144
144
< div class ="ds-tabs " ng-class ="editMode ? 'col-md-12' : 'col-md-9' ">
145
- < uib-tabset >
146
- < uib-tab active ="activeTabs[0] " style =" min-width: 144px !important; " >
145
+ < uib-tabset justified =" true " >
146
+ < uib-tab active ="activeTabs[0] ">
147
147
< uib-tab-heading > Info</ uib-tab-heading >
148
148
< ul class ="list-unstyled container-info ">
149
149
< li >
150
150
< strong uib-tooltip ="Complete path of workflow, used as a unique identifier "> Path</ strong > :
151
151
{{workflowObj.path}}
152
152
</ li >
153
153
< li >
154
- < strong uib-tooltip ="Git repository for the associated descriptors. "> {{getRegistry(workflowObj.gitUrl)}}</ strong > :
154
+ < strong uib-tooltip ="Git repository for the associated descriptors "> {{getRegistry(workflowObj.gitUrl)}}</ strong > :
155
155
< a href ="{{getRepoUrl(workflowObj.organization, workflowObj.repository, getRegistry(workflowObj.gitUrl))}} " target ="_blank ">
156
156
{{getRepoUrl(workflowObj.organization, workflowObj.repository, getRegistry(workflowObj.gitUrl))}}
157
157
</ a >
@@ -229,12 +229,12 @@ <h3 class="pull-right">
229
229
< li >
230
230
<!-- when not in edit mode-->
231
231
< div ng-show ="!editMode ">
232
- < Strong uib-tooltip ="Type of descriptor language used. "> Descriptor Type</ Strong > :
232
+ < Strong uib-tooltip ="Type of descriptor language used "> Descriptor Type</ Strong > :
233
233
{{workflowObj.descriptorType | lowercase}}
234
234
</ div >
235
235
<!-- when in edit mode and Edit button for descriptor not clicked-->
236
236
< div ng-show ="editMode && showEditDescriptorType ">
237
- < Strong uib-tooltip ="Type of descriptor language used. "> Descriptor Type</ Strong > :
237
+ < Strong uib-tooltip ="Type of descriptor language used "> Descriptor Type</ Strong > :
238
238
{{workflowObj.descriptorType | lowercase}}
239
239
< button type ="sbutton " id ="editButton "
240
240
class ="btn btn-link push-right "
@@ -296,7 +296,7 @@ <h3 class="pull-right">
296
296
< div disqus-comments class ="comments " ng-if ="!editMode "> </ div >
297
297
</ div >
298
298
</ uib-tab >
299
- < uib-tab active ="activeTabs[1] " style =" min-width: 144px !important; " >
299
+ < uib-tab active ="activeTabs[1] ">
300
300
< uib-tab-heading > Labels</ uib-tab-heading >
301
301
< button type ="sbutton "
302
302
class ="btn btn-link push-right "
@@ -348,15 +348,15 @@ <h3 class="pull-right">
348
348
</ div >
349
349
</ form >
350
350
</ uib-tab >
351
- < uib-tab active ="activeTabs[2] " disable ="!isWorkflowFull() " style =" min-width: 145px !important; " >
351
+ < uib-tab active ="activeTabs[2] " disable ="!isWorkflowFull() ">
352
352
< uib-tab-heading > Versions</ uib-tab-heading >
353
353
< div workflow-versions-grid
354
354
workflow-obj ="workflowObj "
355
355
edit-mode ="editMode "
356
356
set-error ="setWorkflowDetailsError ">
357
357
</ div >
358
358
</ uib-tab >
359
- < uib-tab active ="activeTabs[3] " disable ="!isWorkflowFull() " style =" min-width: 145px !important; " >
359
+ < uib-tab active ="activeTabs[3] " disable ="!isWorkflowFull() ">
360
360
< uib-tab-heading ng-click ="checkPage() ">
361
361
Files
362
362
</ uib-tab-heading >
@@ -367,14 +367,14 @@ <h3 class="pull-right">
367
367
ng-if ="workflowObj ">
368
368
</ div >
369
369
</ uib-tab >
370
- < uib-tab active ="activeTabs[4] " disable ="!isWorkflowFull() " style =" min-width: 145px !important; " >
370
+ < uib-tab active ="activeTabs[4] " disable ="!isWorkflowFull() ">
371
371
< uib-tab-heading ng-click ="getTools() "> Tools</ uib-tab-heading >
372
372
< div workflow-tools-grid
373
373
ng-if ="workflowObj "
374
374
workflow-obj ="workflowObj ">
375
375
</ div >
376
376
</ uib-tab >
377
- < uib-tab active ="activeTabs[5] " disable ="!isWorkflowFull() " style =" min-width: 145px !important; " >
377
+ < uib-tab active ="activeTabs[5] " disable ="!isWorkflowFull() ">
378
378
< uib-tab-heading ng-click ="openDAG() "> DAG</ uib-tab-heading >
379
379
< div workflow-dag-view
380
380
ng-if ="workflowObj "
0 commit comments