diff options
author | Robert Zorko <robertz@gurucue.com> | 2015-12-16 14:21:33 +0100 |
---|---|---|
committer | Robert Zorko <robertz@gurucue.com> | 2015-12-16 14:21:33 +0100 |
commit | a7fa6cfffebe3026198ad8beb0e06543d3503bb6 (patch) | |
tree | f8d322a40900c778b1178807492ecbe0e6c58d66 /index.html | |
parent | ca3aa94da7798bba4fed6ae467d8fa94324a832e (diff) | |
parent | e906718cefc3f5fc7a279c7cae3a76fbdc184961 (diff) |
merge with Ales fixes
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -331,7 +331,7 @@ <div class="col-lg-12 col-md-12 col-sm-12 block block1"> <div class="scrollable-content-container"> <div class="description-container"> - <h2 class="title" data-dict="prolog" data-tkey="slug"></h2> + <h2 class="title" data-dict="prolog" data-tkey="name"></h2> <div class="description" data-dict="prolog" data-tkey="description"></div> </div> </div> @@ -444,6 +444,7 @@ </div> <div class="col-lg-6 col-md-12 col-sm-12 block block3"> <div class="console"></div> + <div class="status"></div> <div class="block-label" data-tkey="console">Console</div> </div> </div> |