diff --git a/views/footer.tpl b/views/footer.tpl index 9499aa4..f5d8f82 100644 --- a/views/footer.tpl +++ b/views/footer.tpl @@ -1,3 +1,5 @@ + + \ No newline at end of file diff --git a/views/header.tpl b/views/header.tpl index cb204f4..a790111 100644 --- a/views/header.tpl +++ b/views/header.tpl @@ -3,6 +3,7 @@ libvirt domctl + - \ No newline at end of file diff --git a/views/index.tpl b/views/index.tpl index 68b6ebb..f81ca4f 100644 --- a/views/index.tpl +++ b/views/index.tpl @@ -1,24 +1,41 @@ %include ('header.tpl') -

-Welcome to libvirt domain ctl -

+ + +
+
RAW: {{name}} -%for i in name: -
  • -{{i['name']}}, state: -{{i['state']}} -
    - - - - -
    -
  • - - +
    + %for i in name: +
    +
    +
    +
    {{i['name']}}
    +

    State: {{i['state']}}

    +
    + + + + +
    +
    +
    +
    %end +
    + + + + +
    +
    + + %include ('footer.tpl') \ No newline at end of file