File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ <h4>{{connectorDetails.isSource ? 'SOURCE : ' : 'SINK : '}} {{connectorDetails.n
3030 < md-button ng-hide ="connectorStatus =='PAUSED' " ng-disabled ="showTaskSpinner " ng-click ="restartConnector(connectorDetails.name) ">
3131 < i class ="fa fa-repeat " aria-hidden ="true "> </ i > Restart
3232 </ md-button >
33- < md-button ng-disabled ="showTaskSpinner || rebalancing " ng-click ="deleteConnector(connectorDetails.name, $event); " style =" width: 20px!important;padding-left: 5px;padding-right: 5px;display: block;min-width: 20px; " title =" delete connector " >
34- < i class ="fa fa-trash " style =" color:red; " aria-hidden ="true "> </ i >
33+ < md-button ng-disabled ="showTaskSpinner || rebalancing " ng-click ="deleteConnector(connectorDetails.name, $event); ">
34+ < i class ="fa fa-trash " aria-hidden ="true "> </ i > Delete
3535 </ md-button >
3636 </ div >
3737 </ md-toolbar >
You can’t perform that action at this time.
0 commit comments