Remove useless comment code

This commit is contained in:
AhyoungRyu 2017-03-06 22:38:23 +09:00
parent 569f9c9e40
commit 0fd68ba481

View file

@ -103,11 +103,6 @@ limitations under the License.
ng-if="pkgSearchResult.pkg.type !== 'INTERPRETER'"
class="btn btn-info btn-xs"
style="float:right">Disable</div>
<!--div ng-show="!pkgSearchResult.enabled"
ng-click="enable(pkgName, pkgSearchResult.pkg.artifact)"
ng-if="pkgSearchResult.pkg.type === 'INTERPRETER'"
class="btn btn-success disabled btn-xs"
style="float:right">Coming soon</div-->
<div ng-show="configExists(pkgSearchResult)"
ng-click="toggleConfigButton(pkgSearchResult)"
ng-class="getConfigButtonClass(pkgSearchResult)"