$scope.confirmDeleteSelectedIndex = function() {
        if ($scope.isTable() && $scope.isIndexSelection()) {
            $scope.showConfirmDialog(
                "Once deleted data will be undone. Would you really like to delete the selected index?",
                "Yes",