Use colors in table

This commit is contained in:
Florian Hoss 2022-06-27 19:27:31 +02:00
parent 38a9de9778
commit ceac086c1c
2 changed files with 23 additions and 18 deletions

View file

@ -3,20 +3,36 @@
\begin{table}[!ht]
\begin{adjustbox}{width=0.95\textwidth}
\centering
\begin{tabular}{l|l|l}
\begin{tabular}{|l|l|l|}
\hline
\textbf{Impact Level} & \textbf{Dimension 1} & \textbf{Dimension 2} \\
\hline
& & \\
\hline
\end{tabular}
\begin{tabular}{l|l|l}
\begin{tabular}{|l|l|l|}
\hline
\textbf{Class} & \textbf{Time Period} \\
\hline
& \\
\hline
\end{tabular}
\begin{tabular}{l|l|l}
\begin{tabular}{|l|l|l|}
\hline
\textbf{Risk Level} & \textbf{Description} \\
\hline
& \\
\rowcolor{pink}
Lala & \\
\hline
\rowcolor{orange}
& \\
\hline
\rowcolor{yellow}
& \\
\hline
\rowcolor{lime}
& \\
\hline
\end{tabular}
\end{adjustbox}
\caption{Impact, Occurrence and Defined action levels}
@ -30,7 +46,7 @@
& \multicolumn{5}{l}{\textbf{Consequences}} \\
\textbf{Likelihood} & \textbf{Insignificant} & \textbf{Minor} & \textbf{Moderate} & \textbf{Critical} & \textbf{Catastrophic} \\
\hline
& & & & & \\
& & & & \cellcolor{orange} & \\
\end{tabular}
\end{adjustbox}
\caption{Defined levels mapped to action levels}