You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2022/01/23 18:31:29 UTC

[isis] branch ISIS-2947 updated: ISIS-2947: adds link in home page to graphiql

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch ISIS-2947
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/ISIS-2947 by this push:
     new 33dcb46  ISIS-2947: adds link in home page to graphiql
33dcb46 is described below

commit 33dcb46a95ac9ce9a574d10c24ee2dd95e3c7fda
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Sun Jan 23 18:31:18 2022 +0000

    ISIS-2947: adds link in home page to graphiql
---
 .../common}/src/main/resources/static/index.html       | 18 ++++++++++++++----
 1 file changed, 14 insertions(+), 4 deletions(-)

diff --git a/examples/demo/domain/src/main/resources/static/index.html b/examples/demo/wicket/common/src/main/resources/static/index.html
similarity index 90%
rename from examples/demo/domain/src/main/resources/static/index.html
rename to examples/demo/wicket/common/src/main/resources/static/index.html
index bdbf371..16a455f 100644
--- a/examples/demo/domain/src/main/resources/static/index.html
+++ b/examples/demo/wicket/common/src/main/resources/static/index.html
@@ -7,9 +7,9 @@
   to you under the Apache License, Version 2.0 (the
   "License"); you may not use this file except in compliance
   with the License.  You may obtain a copy of the License at
-  
+
          http://www.apache.org/licenses/LICENSE-2.0
-         
+
   Unless required by applicable law or agreed to in writing,
   software distributed under the License is distributed on an
   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -27,7 +27,7 @@
     <body>
         <div id="wrapper">
             <img alt="Isis Logo" src="images/apache-isis/logo.png" />
-             
+
             <p>
                 This demo app illustrates some features of the Apache Isis' programming model.
                 <br/>
@@ -64,12 +64,22 @@
                         <a href="http://restfulobjects.org"  target="_blank">Restful Objects</a> spec.
                     </p>
                 </li>
+                <li>
+                    <p>
+                        <b>
+                            <a href="graphiql">GraphIQL</a>
+                        </b>
+                    </p>
+                    <p>
+                        provides a console to access the GraphQL viewer.
+                    </p>
+                </li>
             </ul>
 
             <p>
             The default user/password is <b><i>sven/pass</i></b>.
             </p>
-            
+
         </div>
     </body>
 </html>