Commit 64a6b7d4 authored by Venkaiah Naidu Singamchetty's avatar Venkaiah Naidu Singamchetty

Merge branch 'apiserver' into 'master'

error message changed

See merge request !41
parents 11a009fc 61faa9ee
......@@ -37,7 +37,7 @@ function Table({headers, data,loading, maxHeight}) {
);
else
return <div className="w-full h-full">
<p className="text-center align-middle mt-28 text-blue-500">No records to display</p>
<p className="text-center align-middle mt-14 mb-14 text-blue-500">No records to display</p>
</div>
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment