diff --git a/client/client/src/billing-data/billing-data.html b/client/client/src/billing-data/billing-data.html
index fe1ed2084..47f982696 100644
--- a/client/client/src/billing-data/billing-data.html
+++ b/client/client/src/billing-data/billing-data.html
@@ -11,23 +11,24 @@
Billing information
-
-
+
+
-
-
-
+
+
+
-
-
+
+
@@ -35,14 +36,14 @@
Documentación
-
-
-
+
+
+
-
+
{
+ input.setAttribute("disabled", "true");
+ });
+ $element[0].querySelectorAll('i, vn-drop-down').forEach(i => {
+ i.parentNode.removeChild(i);
+ });
}
} else {
$element.remove();
@@ -25,6 +30,6 @@ function vnAcl(aclService, $compile) {
}
};
}
-vnAcl.$inject = ['aclService', '$compile'];
+vnAcl.$inject = ['aclService', '$timeout'];
module.directive('vnAcl', vnAcl);