From e822857c6f8247bcd4eef425b93ed6f4cf56b5b6 Mon Sep 17 00:00:00 2001
From: Benedikt Seeger <benedikt.seeger@ptb.de>
Date: Wed, 22 May 2024 09:32:16 +0200
Subject: [PATCH] changed table Width

---
 README.md | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/README.md b/README.md
index bebb465..9cee10e 100644
--- a/README.md
+++ b/README.md
@@ -2,20 +2,10 @@
 
 ## Components of the Stack
 
-|Komponent | Description | Git-Repo | Pipy-Repo | Docker-Container |
-| --------- | ------------ | -------- | --------- | ---------------- |
-| XMLJSONConv | Convertion libary for DCC-XML to JSON | [dccxmljsonconv](https://gitlab1.ptb.de/digitaldynamicmeasurement/dccxmljsonconv) | [dccXMLJSONConv](https://pypi.org/project/dccXMLJSONConv/) | -- |
-| XMLJSONConv-GUI | Bokeh Web-Gui for the XML-JSON Converter + REST-API-Server | [dcc_XMLJSONConvGUI](https://gitlab1.ptb.de/digitaldynamicmeasurement/dcc_XMLJSONConvGUI) | --- | [benesee/dccxmljsonconvgui](https://hub.docker.com/repository/docker/benesee/dccxmljsonconvgui)|
-| dsiUnits | Python libary to parse the D-SI units and perform math operations | [dsiUnits](https://gitlab1.ptb.de/digitaldynamicmeasurement/dsiUnits) | [dsiunits](https://pypi.org/project/dsiunits/) | -- |
-| dsiUnits-GUI | Bokeh GUI to use the dsiUnits parser and comparison features + REST-API-Server | [dsiUnits](https://gitlab1.ptb.de/digitaldynamicmeasurement/dsiUnits) | -- | [benesee/dsiunitsfrontend](https://hub.docker.com/repository/docker/benesee/dsiunitsfrontend)|
-| dccQuantities | Python libary to load and store dccQuanties and perform uncertantie and unit aware mathe operations | [dccQuantities](https://gitlab1.ptb.de/digitaldynamicmeasurement/dccQuantities) | [dccQuantities](https://pypi.org/project/dccQuantities/) | -- |
-| pyDccDisplayer | Bokeh Web-Gui to extract Tables from The DCC and Plot them, as well as allow download as XSLX or CSV | [pydccdisplayer](https://gitlab1.ptb.de/digitaldynamicmeasurement/pydccdisplayer)| -- |  [benesee/dccdisplayer/general](https://hub.docker.com/repository/docker/benesee/dccdisplayer)|
-| dccTableTool | Web-GUI to Create DCC-XML Tables from XLSX/ODS Files and insert them into an XML. As well as a REST-Server to automaticly perform this Task later on. | [dccTableTool](https://gitlab1.ptb.de/Seeger/pydccanddbtools) | -- | [benesee/dcctabletool](https://hub.docker.com/repository/docker/benesee/dcctabletool/general)|
-
 <table>
   <tr>
     <th>Komponent</th>
-    <th style="width: 400px;">Description</th>
+    <th style="width: 800px;">Description</th>
     <th>Git-Repo</th>
     <th>Pipy-Repo</th>
     <th>Docker-Container</th>
-- 
GitLab