diff options
author | Simon Rettberg | 2016-05-25 18:12:12 +0200 |
---|---|---|
committer | Simon Rettberg | 2016-05-25 18:12:12 +0200 |
commit | 1e37a2fd1d3263ad894e1d985569772b5d3fc856 (patch) | |
tree | 6ab591991b1d2f99f46d55d8db5a3146e1e7de71 /apis | |
parent | [locations] Add machine count to each location (diff) | |
download | slx-admin-1e37a2fd1d3263ad894e1d985569772b5d3fc856.tar.gz slx-admin-1e37a2fd1d3263ad894e1d985569772b5d3fc856.tar.xz slx-admin-1e37a2fd1d3263ad894e1d985569772b5d3fc856.zip |
[statistics] Show lspci info in machine details
Diffstat (limited to 'apis')
-rw-r--r-- | apis/update.inc.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apis/update.inc.php b/apis/update.inc.php index fb5af7d6..e7ecc6bd 100644 --- a/apis/update.inc.php +++ b/apis/update.inc.php @@ -328,4 +328,5 @@ function update_11() } // TODO: Remove setting_distro, setting, cat_setting -// TODO: Add toggle column to setting_global
\ No newline at end of file +// TODO: Add toggle column to setting_global +// TODO: Add pciid table
\ No newline at end of file |