+
+
-
+
+
);
};
@@ -278,7 +258,6 @@ export default () => {
uuid: server.uuid,
identifier: server.identifier,
name: server.name,
- description: server.description,
memory: server.limits.memory,
swap: server.limits.swap,
@@ -302,28 +281,30 @@ export default () => {
>
{
({ isSubmitting, isValid }) => (
-
-
-
diff --git a/resources/scripts/components/elements/Button.tsx b/resources/scripts/components/elements/Button.tsx
index 7da93ed30..3b0b820df 100644
--- a/resources/scripts/components/elements/Button.tsx
+++ b/resources/scripts/components/elements/Button.tsx
@@ -10,7 +10,7 @@ interface Props {
}
const ButtonStyle = styled.button
>`
- ${tw`relative inline-block rounded p-2 uppercase tracking-wide text-sm transition-all duration-150 border`};
+ ${tw`relative inline-block rounded p-2 tracking-wide text-sm transition-all duration-150 border`};
& > span {
${tw`select-none`};