diff --git a/Lab05/documentation/main.tex b/Lab05/documentation/main.tex index 36e497d..282c21a 100644 --- a/Lab05/documentation/main.tex +++ b/Lab05/documentation/main.tex @@ -30,6 +30,7 @@ \definecolor{backcolour}{rgb}{0.95,0.95,0.92} \definecolor{weborange}{rgb}{1,0.65,0} +\usepackage{adjustbox} \usepackage{fancyvrb,amsmath} \RecustomVerbatimCommand{\VerbatimInput}{VerbatimInput}% {fontsize=\footnotesize, diff --git a/Lab05/documentation/part1/part1.tex b/Lab05/documentation/part1/part1.tex index 3fa2cab..7f5b380 100644 --- a/Lab05/documentation/part1/part1.tex +++ b/Lab05/documentation/part1/part1.tex @@ -1 +1,31 @@ \section{Part 1: Assets and Threats} + +\begin{table}[ht] +\centering +\begin{adjustbox}{width=1\textwidth} +\small +\begin{tabular}{r|l|l|l|l|l|l|l|l|l|l|l} + \textbf{No} & \textbf{Name} & \textbf{Description} & \textbf{Owner} & \textbf{Maintainer} & \textbf{Location} & \textbf{CIA} & \textbf{PI} & \textbf{Access privs} & \textbf{Category} & \textbf{Asset value} & \textbf{Business criticality} \\ + \hline + 1 & & & & & & & & & & & \\ + \hline + 2 & & & & & & & & & & & \\ + \hline + 3 & & & & & & & & & & & \\ + \hline + 4 & & & & & & & & & & & \\ + \hline + 5 & & & & & & & & & & & \\ + \hline + 6 & & & & & & & & & & & \\ + \hline + 7 & & & & & & & & & & & \\ + \hline + 8 & & & & & & & & & & & \\ + \hline + 9 & & & & & & & & & & & \\ + \hline + 10 & & & & & & & & & & & \\ +\end{tabular} +\end{adjustbox} +\end{table} \ No newline at end of file